[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.89,1.90 descumm6.cpp,1.160,1.161

Travis Howell kirben at users.sourceforge.net
Sat Jul 24 04:16:01 CEST 2004


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

Modified Files:
	descumm.cpp descumm6.cpp 
Log Message:

Rename VAR


Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- descumm.cpp	24 Jul 2004 04:28:05 -0000	1.89
+++ descumm.cpp	24 Jul 2004 11:15:05 -0000	1.90
@@ -401,8 +401,8 @@
 	"VAR_SOUNDPARAM3",
 	"VAR_MOUSEPRESENT",
 	/* 68 */
-	"VAR_PERFORMANCE_1",
-	"VAR_PERFORMANCE_2",
+	"VAR_MEMORY_PERFORMANCE",
+	"VAR_VIDEO_PERFORMANCE",
 	"VAR_ROOM_FLAG",
 	"VAR_GAME_LOADED",
 	/* 72 */

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- descumm6.cpp	24 Jul 2004 11:09:45 -0000	1.160
+++ descumm6.cpp	24 Jul 2004 11:15:05 -0000	1.161
@@ -252,8 +252,8 @@
 	"VAR_SOUNDPARAM3",
 	"VAR_MOUSEPRESENT",
 	/* 68 */
-	"VAR_PERFORMANCE_1",
-	"VAR_PERFORMANCE_2",
+	"VAR_MEMORY_PERFORMANCE",
+	"VAR_VIDEO_PERFORMANCE",
 	NULL,
 	"VAR_GAME_LOADED",
 	/* 72 */
@@ -367,8 +367,8 @@
 	/* 24 */
 	"VAR_LEFTBTN_HOLD",
 	"VAR_RIGHTBTN_HOLD",
-	"VAR_PERFORMANCE_1",
-	"VAR_PERFORMANCE_2",
+	"VAR_MEMORY_PERFORMANCE",
+	"VAR_VIDEO_PERFORMANCE",
 	/* 28 */
 	NULL,
 	NULL,





More information about the Scummvm-git-logs mailing list