[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.121,2.122

Max Horn fingolfin at users.sourceforge.net
Sat May 3 14:16:18 CEST 2003


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

Modified Files:
	scummvm.cpp 
Log Message:
temporary (?) hack for Maniac Mansion, to get to the first screen (thanks to segra)

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.121
retrieving revision 2.122
diff -u -d -r2.121 -r2.122
--- scummvm.cpp	3 May 2003 20:49:53 -0000	2.121
+++ scummvm.cpp	3 May 2003 21:15:24 -0000	2.122
@@ -2066,6 +2066,8 @@
 		NUM_ACTORS = 80;
 	else if ((_features & GF_AFTER_V7) || (_gameId == GID_SAMNMAX))
 		NUM_ACTORS = 30;
+	else if (_gameId == GID_MANIAC)
+		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