[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.124,1.125

Max Horn fingolfin at users.sourceforge.net
Sun Jan 18 12:26:05 CET 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv16902

Modified Files:
	descumm6.cpp 
Log Message:
more C-ish operator name

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- descumm6.cpp	2 Jan 2004 13:21:30 -0000	1.124
+++ descumm6.cpp	18 Jan 2004 20:25:46 -0000	1.125
@@ -98,7 +98,7 @@
 };
 
 static const char *oper_list[] = {
-	"0==",
+	"!",
 	"==",
 	"!=",
 	">",
@@ -716,7 +716,7 @@
 		}
 		break;
 	case seUnary:
-		where += sprintf(where, "%s ", oper_list[se->data]);
+		where += sprintf(where, "%s", oper_list[se->data]);
 		where = se_astext(se->left, where);
 		break;
 	case seBinary:
@@ -2355,6 +2355,9 @@
 				"\xE|remapCostumeInsert,"
 				"\xF|setVideoFrameRate,"
 
+				"\x10|enqueueTextA,"
+				"\x11|enqueueTextB,"
+
 				"\x6C|buildPaletteShadow,"
 				"\x6D|setPaletteShadow,"
 





More information about the Scummvm-git-logs mailing list