[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.224,1.225

Max Horn fingolfin at users.sourceforge.net
Fri Dec 26 15:50:03 CET 2003


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

Modified Files:
	script_v6.cpp 
Log Message:
cleanup

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- script_v6.cpp	26 Dec 2003 23:11:34 -0000	1.224
+++ script_v6.cpp	26 Dec 2003 23:49:46 -0000	1.225
@@ -1357,7 +1357,7 @@
 		}
 	}
 
-	error("New name of %d overflows name table (max = %d)", obj, 50);
+	error("New name of %d overflows name table (max = %d)", obj, _numNewNames);
 }
 
 void ScummEngine_v6::o6_isSoundRunning() {





More information about the Scummvm-git-logs mailing list