mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 09:21:08 +00:00
more proper checks
svn-id: r16667
This commit is contained in:
parent
d25ac7c951
commit
6feb7ae90f
@ -589,9 +589,9 @@ int32 ImuseDigiSndMgr::getDataFromRegion(soundStruct *soundHandle, int region, b
|
||||
#ifdef USE_VORBIS
|
||||
if (oggMode)
|
||||
soundHandle->compressedStream = makeVorbisStream(cmpFile, len);
|
||||
else
|
||||
#endif
|
||||
#ifdef USE_MAD
|
||||
if (!oggMode)
|
||||
soundHandle->compressedStream = makeMP3Stream(cmpFile, len);
|
||||
#endif
|
||||
assert(soundHandle->compressedStream);
|
||||
|
Loading…
Reference in New Issue
Block a user