[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.159,1.160

Travis Howell kirben at users.sourceforge.net
Sat Jul 24 04:10:02 CEST 2004


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

Modified Files:
	descumm6.cpp 
Log Message:

Correct VAR name


Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- descumm6.cpp	24 Jul 2004 04:28:06 -0000	1.159
+++ descumm6.cpp	24 Jul 2004 11:09:45 -0000	1.160
@@ -417,7 +417,7 @@
 	/* 64 */
 	"VAR_PAUSE_KEY",
 	"VAR_SAVELOADDIALOG_KEY",
-	"VAR_VERSION",
+	"VAR_VERSION_KEY",
 	"VAR_TALKSTOP_KEY",
 	/* 68 */
 	NULL,
@@ -593,7 +593,7 @@
 	/* 64 */
 	"VAR_PAUSE_KEY",
 	"VAR_SAVELOADDIALOG_KEY",
-	"VAR_VERSION",
+	"VAR_VERSION_KEY",
 	"VAR_TALKSTOP_KEY",
 	/* 68 */
 	NULL,





More information about the Scummvm-git-logs mailing list