Fix compile.

svn-id: r12720
This commit is contained in:
Travis Howell 2004-02-03 09:04:38 +00:00
parent f36710f8b4
commit e5f194d364

View File

@ -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) {