Commit MI1/Indy4/etc crash fix :)
svn-id: r4081
This commit is contained in:
parent
ce464ac7e4
commit
b065d233d1
3 changed files with 4 additions and 4 deletions
|
@ -118,7 +118,7 @@ void Scumm::playSound(int sound)
|
|||
return;
|
||||
}
|
||||
|
||||
if (_features & GF_OLD256)
|
||||
if ((_features & GF_OLD256) || (_gameId == GID_MONKEY_VGA))
|
||||
return; /* FIXME */
|
||||
|
||||
if (se) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue