[Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.255,1.256
Gregory Montoir
cyx at users.sourceforge.net
Fri Oct 21 10:44:47 CEST 2005
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13130/scumm
Modified Files:
object.cpp
Log Message:
Gdi::dbDrawMaskOnAll shouldn't be set in COMI, this fixes bug #1329220.
Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -d -r1.255 -r1.256
--- object.cpp 18 Oct 2005 01:30:20 -0000 1.255
+++ object.cpp 21 Oct 2005 17:43:30 -0000 1.256
@@ -489,7 +489,7 @@
// Sam & Max needs this to fix object-layering problems with
// the inventory and conversation icons.
- if ((_version >= 7 || _gameId == GID_SAMNMAX) && getClass(od.obj_nr, kObjectClassIgnoreBoxes))
+ if ((_version == 7 || _gameId == GID_SAMNMAX) && getClass(od.obj_nr, kObjectClassIgnoreBoxes))
flags |= Gdi::dbDrawMaskOnAll;
if (_heversion >= 70 && findResource(MKID('SMAP'), ptr) == NULL)
More information about the Scummvm-git-logs
mailing list