[Scummvm-cvs-logs] scummvm-tools master -> 9ae928babced8ab8e160fea6a50aa1b3db4b593c

Kirben kirben at optusnet.com.au
Tue Aug 9 12:14:42 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:
9ae928babc TOOLS: Add more input variables for HE games.


Commit: 9ae928babced8ab8e160fea6a50aa1b3db4b593c
    https://github.com/scummvm/scummvm-tools/commit/9ae928babced8ab8e160fea6a50aa1b3db4b593c
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2011-08-09T03:13:18-07:00

Commit Message:
TOOLS: Add more input variables for HE games.

Changed paths:
    engines/scumm/descumm6.cpp



diff --git a/engines/scumm/descumm6.cpp b/engines/scumm/descumm6.cpp
index d53b197..fb9513a 100644
--- a/engines/scumm/descumm6.cpp
+++ b/engines/scumm/descumm6.cpp
@@ -417,7 +417,7 @@ const char *var_names72[] = {
 	"VAR_NUM_IMAGES",
 	"VAR_NUM_CHARSETS",
 	"VAR_NUM_GLOBAL_OBJS",
-	NULL,
+	"VAR_MOUSE_STATE",
 	/* 76 */
 	"VAR_POLYGONS_ONLY",
 	NULL,
@@ -476,15 +476,15 @@ const char *var_names72[] = {
 	/* 120 */
 	"VAR_RESERVED_SOUND_CHANNELS",
 	NULL,
-	NULL,
-	NULL,
+	"VAR_JOYSTICK_UNK1",
+	"VAR_JOYSTICK_UNK2",
 	/* 124 */
-	NULL,
+	"VAR_JOYSTICK_DETECTED",
 	"VAR_SKIP_RESET_TALK_ACTOR",
 	NULL,
 	"VAR_MAIN_SCRIPT",
 	/* 128 */
-	NULL,
+	"VAR_JOYSTICK_DISABLED",
 	NULL,
 	"VAR_NUM_PALETTES",
 	"VAR_NUM_UNK",






More information about the Scummvm-git-logs mailing list