[Scummvm-cvs-logs] scummvm-tools master -> 753d21f862b2864db9b2901739783de049b4085b

Kirben kirben at optusnet.com.au
Tue Aug 9 11:22:37 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
753d21f862 TOOLS: Add a few more variables for HE games.


Commit: 753d21f862b2864db9b2901739783de049b4085b
    https://github.com/scummvm/scummvm-tools/commit/753d21f862b2864db9b2901739783de049b4085b
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2011-08-09T02:20:58-07:00

Commit Message:
TOOLS: Add a few more variables for HE games.

Changed paths:
    engines/scumm/descumm6.cpp



diff --git a/engines/scumm/descumm6.cpp b/engines/scumm/descumm6.cpp
index a07e13b..d53b197 100644
--- a/engines/scumm/descumm6.cpp
+++ b/engines/scumm/descumm6.cpp
@@ -430,7 +430,7 @@ const char *var_names72[] = {
 	NULL,
 	/* 84 */
 	"VAR_SOUNDCODE_TMR",
-	NULL,
+	"VAR_DEBUG_ENABLED",
 	"VAR_KEY_STATE",
 	NULL,
 	/* 88 */
@@ -471,7 +471,7 @@ const char *var_names72[] = {
 	/* 116 */
 	"VAR_U32_ARRAY_UNK",
 	"VAR_WIZ_TCOLOR",
-	NULL,
+	"VAR_SMACKER_ENABLED",
 	NULL,
 	/* 120 */
 	"VAR_RESERVED_SOUND_CHANNELS",
@@ -488,6 +488,21 @@ const char *var_names72[] = {
 	NULL,
 	"VAR_NUM_PALETTES",
 	"VAR_NUM_UNK",
+	/* 132 */
+	NULL,
+	NULL,
+	NULL,
+	NULL,
+	/* 136 */
+	NULL,
+	NULL,
+	NULL,
+	"VAR_SET_SPRITE_DIFF",
+	/* 140 */
+	"VAR_BINK_ENABLED",
+	NULL,
+	NULL,
+	NULL,
 };
 
 const char *var_names6[] = {






More information about the Scummvm-git-logs mailing list