mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Indentation
svn-id: r16666
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user