mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
removed exception
svn-id: r5032
This commit is contained in:
parent
037b08130e
commit
588815a11e
@ -2417,12 +2417,6 @@ void Scumm::o6_soundKludge()
|
||||
int16 list[16];
|
||||
getStackList(list, sizeof(list) / sizeof(list[0]));
|
||||
|
||||
/* (yazoo): I don't know enought about the sound code to
|
||||
* fix the looping sound bug. FIXME !*/
|
||||
|
||||
if (list[1] == 163 && _gameId == GID_DIG)
|
||||
return;
|
||||
|
||||
_sound->soundKludge(list);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user