removed exception

svn-id: r5032
This commit is contained in:
Paweł Kołodziejski 2002-09-29 07:23:48 +00:00
parent 037b08130e
commit 588815a11e

View File

@ -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);
}