Skip to content

Commit

Permalink
TOOLS: Add a few more variables for HE games.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Howell committed Aug 9, 2011
1 parent 350f021 commit 753d21f
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions engines/scumm/descumm6.cpp
Expand Up @@ -430,7 +430,7 @@ const char *var_names72[] = {
NULL,
/* 84 */
"VAR_SOUNDCODE_TMR",
NULL,
"VAR_DEBUG_ENABLED",
"VAR_KEY_STATE",
NULL,
/* 88 */
Expand Down Expand Up @@ -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",
Expand All @@ -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[] = {
Expand Down

0 comments on commit 753d21f

Please sign in to comment.