Ticket #8099: mi2-regression.diff

File mi2-regression.diff, 473 bytes (added by eriktorbjorn, 22 years ago)

Patch against an October 19 CVS snapshot

  • scummvm/scumm/actor.cpp

    diff -ur ScummVM-cvs20021019/scummvm/scumm/actor.cpp ScummVM-cvs20021019+hack/scummvm/scumm/actor.cpp
    old new  
    909909                //
    910910                // Or it could mean that the actor really is in walkbox 0.
    911911
    912                 if (walkbox == 0) {
     912                if (_vm->_gameId == GID_LOOM256 && walkbox == 0) {
    913913                        int i;
    914914
    915915                        cr._zbuf = 0;