Ticket #2276: br_1329220.diff

File br_1329220.diff, 748 bytes (added by cyxx, 19 years ago)

Patch against an October 20 CVS snapshot

  • scumm/object.cpp

    RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
    retrieving revision 1.255
    diff -u -r1.255 object.cpp
     
    489489
    490490                // Sam & Max needs this to fix object-layering problems with
    491491                // the inventory and conversation icons.
    492                 if ((_version >= 7 || _gameId == GID_SAMNMAX) && getClass(od.obj_nr, kObjectClassIgnoreBoxes))
     492                if ((_version == 7 || _gameId == GID_SAMNMAX) && getClass(od.obj_nr, kObjectClassIgnoreBoxes))
    493493                        flags |= Gdi::dbDrawMaskOnAll;
    494494
    495495                if (_heversion >= 70 && findResource(MKID('SMAP'), ptr) == NULL)