[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.704,1.705

kirben kirben at users.sourceforge.net
Mon Jan 23 19:32:02 CET 2006


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12370/scumm

Modified Files:
	scumm.cpp 
Log Message:

FM-TOWNS version of Zak only.


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.704
retrieving revision 1.705
diff -u -d -r1.704 -r1.705
--- scumm.cpp	23 Jan 2006 20:09:24 -0000	1.704
+++ scumm.cpp	24 Jan 2006 03:31:14 -0000	1.705
@@ -2340,7 +2340,7 @@
 		VAR(VAR_TMR_1) += delta;
 		VAR(VAR_TMR_2) += delta;
 		VAR(VAR_TMR_3) += delta;
-		if (_gameId == GID_ZAK || _gameId == GID_INDY3) {
+		if ((_gameId == GID_ZAK && _platform == Common::kPlatformFMTowns) || _gameId == GID_INDY3) {
 			// All versions of Indy3 set three extra timers
 			// FM-TOWNS version of Zak sets three extra timers
 			VAR(39) += delta;





More information about the Scummvm-git-logs mailing list