Indentation

svn-id: r16666
This commit is contained in:
Torbjörn Andersson
2005-01-28 14:55:52 +00:00
parent fd6c178842
commit d25ac7c951
+2 -2
View File
@@ -579,8 +579,8 @@ int32 ImuseDigiSndMgr::getDataFromRegion(soundStruct *soundHandle, int region, b
sprintf(fileName, "%s_reg%03d.ogg", soundHandle->name, region);
cmpFile = soundHandle->bundle->getFile(fileName, offs, len);
#ifndef USE_VORBIS
if (cmpFile)
error("Vorbis library compiled support needed!");
if (cmpFile)
error("Vorbis library compiled support needed!");
#endif
assert(cmpFile);
oggMode = true;