RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.255
diff -u -r1.255 object.cpp
|
|
|
489 | 489 | |
490 | 490 | // Sam & Max needs this to fix object-layering problems with |
491 | 491 | // 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)) |
493 | 493 | flags |= Gdi::dbDrawMaskOnAll; |
494 | 494 | |
495 | 495 | if (_heversion >= 70 && findResource(MKID('SMAP'), ptr) == NULL) |