fix for the COMI inventory crash

svn-id: r6426
This commit is contained in:
Max Horn 2003-01-12 13:40:12 +00:00
parent 4c7fdebaf2
commit 5db47f56d0

View File

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