[Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.162,1.163
Max Horn
fingolfin at users.sourceforge.net
Sun Jan 11 13:56:00 CET 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv16014
Modified Files:
object.cpp
Log Message:
stupid me shouldn't write fixes, then in the last minute decide to put them into another place, then commit it before recompiling once more <sigh>
Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- object.cpp 11 Jan 2004 21:52:24 -0000 1.162
+++ object.cpp 11 Jan 2004 21:55:26 -0000 1.163
@@ -351,7 +351,7 @@
a = od->parentstate;
if (!od->parent) {
// Ignore FlObjects (they are drawn some other place)
- if (od.od.fl_object_index == 0)
+ if (od->fl_object_index == 0)
drawObject(i, arg);
break;
}
More information about the Scummvm-git-logs
mailing list