[Scummvm-cvs-logs] CVS: scummvm/scumm resource.cpp,1.203,1.204

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Sat Apr 24 05:55:01 CEST 2004


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

Modified Files:
	resource.cpp 
Log Message:
Increased _numNewNames to 150. Judging by bug #941275 it wasn't enough to
increase it to 100, like we did recently.


Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource.cpp,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- resource.cpp	20 Apr 2004 07:21:24 -0000	1.203
+++ resource.cpp	24 Apr 2004 12:54:02 -0000	1.204
@@ -2112,8 +2112,8 @@
 		_numArray = 50;
 		_numVerbs = 100;
 		// Used to be 50, which wasn't enough for MI2 and FOA. See bugs
-		// #933610 and #936323.
-		_numNewNames = 100;
+		// #933610, #936323 and #941275.
+		_numNewNames = 150;
 		_objectRoomTable = NULL;
 
 		_fileHandle.readUint16LE();                      // 50





More information about the Scummvm-git-logs mailing list