[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,1.29,1.30

James Brown ender at users.sourceforge.net
Wed Oct 16 05:24:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv9383/scumm

Modified Files:
	script_v2.cpp 
Log Message:
Remove description() as aquadrans talkdelay change makes it totally 
useless, and causes much breakage.


Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- script_v2.cpp	16 Oct 2002 11:58:56 -0000	1.29
+++ script_v2.cpp	16 Oct 2002 12:23:03 -0000	1.30
@@ -2824,10 +2824,10 @@
 				addMessageToStack(getStringAddressVar(VAR_STRING2DRAW));
 				if (strncmp("/SYSTEM.007/ /", (char*)&buf, 14) == 0) {
 					translateText((char*)&buf + 13, (char*)&charset._buffer);
-					description();
+					//description();
 				}	else if (strncmp("/SYSTEM.007/ ", (char*)&buf, 13) == 0) {
 					strcpy((char*)&charset._buffer, (char*)&buf + 13);
-					description();
+					//description();
 				}
 			} else { 
 				setStringVars(0);





More information about the Scummvm-git-logs mailing list