Ticket #8056: carbomb.diff
File carbomb.diff, 633 bytes (added by , 22 years ago) |
---|
-
scummvm/scumm/actor.cpp
diff -ur ScummVM-cvs20020918/scummvm/scumm/actor.cpp ScummVM-cvs20020918+hack/scummvm/scumm/actor.cpp
old new 859 859 if (!needRedraw) 860 860 return; 861 861 862 // FIXME: ugly fix for samnmax inventory 863 if (_vm->_gameId == GID_SAMNMAX && _vm->getState(995)) 862 // FIXME: ugly fix for samnmax inventory, except in room 66 (the 863 // Car Bomb game) 864 if (_vm->_gameId == GID_SAMNMAX && _vm->getState(995) && _vm->_currentRoom != 66) 864 865 return; 865 866 866 867 needRedraw = false;