[Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.227,1.228
kirben
kirben at users.sourceforge.net
Mon Apr 18 00:40:12 CEST 2005
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24714/scumm
Modified Files:
object.cpp
Log Message:
Ooops
Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- object.cpp 18 Apr 2005 07:30:26 -0000 1.227
+++ object.cpp 18 Apr 2005 07:39:56 -0000 1.228
@@ -397,7 +397,7 @@
if (_objs[i].obj_nr > 0 && (_objs[i].state & mask) && _objs[i].fl_object_index != 0)
drawRoomObject(i, arg);
}
- if (_gameId == GID_SAMNMAX || _heversion >= 72) {
+ } else if (_gameId == GID_SAMNMAX) {
// In Sam & Max, objects are drawn in reverse order.
for (i = 1; i < _numLocalObjects; i++)
if (_objs[i].obj_nr > 0)
More information about the Scummvm-git-logs
mailing list