[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.218,1.219
Max Horn
fingolfin at users.sourceforge.net
Wed Dec 17 09:37:00 CET 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv1557
Modified Files:
script_v6.cpp
Log Message:
cleanup
Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- script_v6.cpp 15 Dec 2003 20:53:16 -0000 1.218
+++ script_v6.cpp 17 Dec 2003 17:36:04 -0000 1.219
@@ -1762,12 +1762,12 @@
int top_actor = a->top;
int bottom_actor = a->bottom;
// a->_zbuf = 1; ???
- a->needRedraw = 1;
+ a->needRedraw = true;
a->drawActorCostume();
// a->_zbuf = 0; ???
- a->needRedraw = 1;
+ a->needRedraw = true;
a->drawActorCostume();
- a->needRedraw = 0;
+ a->needRedraw = false;
if (a->top > top_actor) {
a->bottom = top_actor;
More information about the Scummvm-git-logs
mailing list