[Scummvm-cvs-logs] scummvm-tools master -> 350f0212131bb056abc8e1fb84e0e5910249d3f5
clone2727
clone2727 at gmail.com
Mon Aug 8 23:53:19 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:
350f021213 TOOLS: Add some missing HE72+ variable names
Commit: 350f0212131bb056abc8e1fb84e0e5910249d3f5
https://github.com/scummvm/scummvm-tools/commit/350f0212131bb056abc8e1fb84e0e5910249d3f5
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-08-08T13:55:25-07:00
Commit Message:
TOOLS: Add some missing HE72+ variable names
Changed paths:
engines/scumm/descumm6.cpp
diff --git a/engines/scumm/descumm6.cpp b/engines/scumm/descumm6.cpp
index a18c8b5..a07e13b 100644
--- a/engines/scumm/descumm6.cpp
+++ b/engines/scumm/descumm6.cpp
@@ -345,8 +345,8 @@ const char *var_names72[] = {
"VAR_MOUSE_X",
/* 16 */
"VAR_MOUSE_Y",
- NULL,
- NULL,
+ "VAR_LEFTBTN_HOLD",
+ "VAR_RIGHTBTN_HOLD",
"VAR_CURSORSTATE",
/* 20 */
"VAR_USERPUT",
@@ -391,7 +391,7 @@ const char *var_names72[] = {
/* 52 */
"VAR_SOUND_CHANNEL",
NULL,
- NULL,
+ "VAR_SOUND_ENABLED",
NULL,
/* 56 */
"VAR_NUM_SOUND_CHANNELS",
More information about the Scummvm-git-logs
mailing list