Ticket #8056: carbomb.diff

File carbomb.diff, 633 bytes (added by eriktorbjorn, 22 years ago)

Patch against a September 18 CVS snapshot

  • scummvm/scumm/actor.cpp

    diff -ur ScummVM-cvs20020918/scummvm/scumm/actor.cpp ScummVM-cvs20020918+hack/scummvm/scumm/actor.cpp
    old new  
    859859        if (!needRedraw)
    860860                return;
    861861
    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)
    864865                return;
    865866
    866867        needRedraw = false;