[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.85,1.86

Max Horn fingolfin at users.sourceforge.net
Sat Dec 27 18:07:00 CET 2003


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

Modified Files:
	descumm.cpp 
Log Message:
added some V5 vars

Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- descumm.cpp	11 Nov 2003 13:55:39 -0000	1.85
+++ descumm.cpp	28 Dec 2003 01:54:57 -0000	1.86
@@ -217,7 +217,22 @@
 	"VAR_MOUSE_X",
 	"VAR_MOUSE_Y",
 	"VAR_TIMER",
-	"VAR_TMR_4"
+	"VAR_TMR_4",
+	/* 48 */
+	"VAR_SOUNDCARD",
+	"VAR_VIDEOMODE",
+	"VAR_MAINMENU_KEY",
+	"VAR_FIXEDDISK",
+	/* 52 */
+	"VAR_CURSORSTATE",
+	"VAR_USERPUT",
+	NULL,
+	NULL,
+	/* 56 */
+	"VAR_SOUNDRESULT",
+	"VAR_TALKSTOP_KEY",
+	NULL,
+	NULL
 };
 
 





More information about the Scummvm-git-logs mailing list