[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.262,1.263

Travis Howell kirben at users.sourceforge.net
Sat Oct 23 18:23:08 CEST 2004


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

Modified Files:
	scumm.cpp 
Log Message:

Only 20 actors in Sam & Max.


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- scumm.cpp	21 Oct 2004 22:37:31 -0000	1.262
+++ scumm.cpp	24 Oct 2004 01:22:25 -0000	1.263
@@ -1052,8 +1052,10 @@
 
 	if (_version == 8)
 		_numActors = 80;
-	else if ((_version == 7) || (_heversion == 72) || (_gameId == GID_SAMNMAX))
+	else if ((_version == 7) || (_heversion == 72))
 		_numActors = 30;
+	else if (_gameId == GID_SAMNMAX)
+		_numActors = 20;
 	else if (_gameId == GID_MANIAC)
 		_numActors = 25;
 	else if (_heversion >= 80)





More information about the Scummvm-git-logs mailing list