[Scummvm-cvs-logs] CVS: scummvm/sword2 sword2.cpp,1.95,1.96

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Wed Dec 31 04:55:05 CET 2003


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1:/tmp/cvs-serv12616

Modified Files:
	sword2.cpp 
Log Message:
Enable the line that increases _gameCycle. There's a debugger command that
will display it, and it's so much more interesting this way. :-)


Index: sword2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/sword2.cpp,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- sword2.cpp	29 Dec 2003 15:30:10 -0000	1.95
+++ sword2.cpp	31 Dec 2003 12:54:41 -0000	1.96
@@ -388,9 +388,7 @@
 
 		// skip GameCycle if we're paused
 		if (!_gamePaused) {
-#ifdef _SWORD2_DEBUG
 			_gameCycle++;
-#endif
 			gameCycle();
 		}
 





More information about the Scummvm-git-logs mailing list