mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 21:55:27 +00:00
Fix compile.
svn-id: r12720
This commit is contained in:
parent
f36710f8b4
commit
e5f194d364
@ -833,7 +833,7 @@ void Sound::startSfxSound(File *file, int file_size, PlayingSoundHandle *handle,
|
||||
|
||||
if (!input) {
|
||||
warning("startSfxSound failed to load sound");
|
||||
return 0;
|
||||
return;
|
||||
}
|
||||
|
||||
if (_vm->_imuseDigital) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user