mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
fix for the COMI inventory crash
svn-id: r6426
This commit is contained in:
parent
4c7fdebaf2
commit
5db47f56d0
@ -575,6 +575,8 @@ int Scumm::scummLoop(int delta)
|
||||
_system->show_mouse(_cursor.state > 0);
|
||||
|
||||
_vars[VAR_TIMER] = 0;
|
||||
if (_features & GF_AFTER_V8)
|
||||
_vars[300] = 0; // FIXME - this fixes an inventory crash. But is it correct this way?
|
||||
return _vars[VAR_TIMER_NEXT];
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user