[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.124,2.125

Max Horn fingolfin at users.sourceforge.net
Sat May 3 19:40:26 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv1208

Modified Files:
	scummvm.cpp 
Log Message:
and it's 24 after all! script 1 inits actors 1 till 23. If this causes segfaults somewhere, we need to fix those, not hack around ithe problem

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.124
retrieving revision 2.125
diff -u -d -r2.124 -r2.125
--- scummvm.cpp	4 May 2003 02:10:49 -0000	2.124
+++ scummvm.cpp	4 May 2003 02:39:31 -0000	2.125
@@ -2065,7 +2065,7 @@
 	else if ((_features & GF_AFTER_V7) || (_gameId == GID_SAMNMAX))
 		NUM_ACTORS = 30;
 	else if (_gameId == GID_MANIAC)
-		NUM_ACTORS = 23;	// Temporary (?) hack to get to the character selection screen
+		NUM_ACTORS = 24;	// Temporary (?) hack to get to the character selection screen
 	else
 		NUM_ACTORS = 13;
 





More information about the Scummvm-git-logs mailing list