[Scummvm-cvs-logs] CVS: scummvm/bs2 logic.cpp,1.10,1.11
Max Horn
fingolfin at users.sourceforge.net
Wed Sep 17 13:08:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv4106
Modified Files:
logic.cpp
Log Message:
remove unused variable
Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/logic.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- logic.cpp 17 Sep 2003 17:34:04 -0000 1.10
+++ logic.cpp 17 Sep 2003 20:07:21 -0000 1.11
@@ -58,10 +58,6 @@
// point to first object in list
pc = 0;
- static uint32 cycle = 1;
-
- // Zdebug("\n CYCLE %d", cycle);
-
// by minusing the pc we can cause an immediate cessation of logic
// processing on the current list
More information about the Scummvm-git-logs
mailing list