aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-05-01 00:04:05 +0000
committerMax Horn2003-05-01 00:04:05 +0000
commit48293bd132159d73c6e2ed512e44f5f1a80b84e4 (patch)
tree1a307a3769c5d33557fa62419e2efd2f6e943977 /scumm/scumm.h
parente3acde9f9c9cf0bfc3bd72424b70b756189bc5a3 (diff)
downloadscummvm-rg350-48293bd132159d73c6e2ed512e44f5f1a80b84e4.tar.gz
scummvm-rg350-48293bd132159d73c6e2ed512e44f5f1a80b84e4.tar.bz2
scummvm-rg350-48293bd132159d73c6e2ed512e44f5f1a80b84e4.zip
various music related changes and cleanup; also modified MonkeyVGA music sync, at least the intro is much better synced now; not sure about other parts of it / other games
svn-id: r7237
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index f90860cefa..6a105e617b 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1056,7 +1056,7 @@ public:
byte VAR_TMR_1;
byte VAR_TMR_2;
byte VAR_TMR_3;
- byte VAR_MUSIC_FLAG;
+ byte VAR_MUSIC_TIMER;
byte VAR_ACTOR_RANGE_MIN;
byte VAR_ACTOR_RANGE_MAX;
byte VAR_CAMERA_MIN_X;
@@ -1111,9 +1111,7 @@ public:
byte VAR_NEW_ROOM;
byte VAR_VERSION;
- byte VAR_MI1_TIMER;
byte VAR_V5_TALK_STRING_Y;
- byte VAR_V5_CHARFLAG;
byte VAR_V6_SCREEN_WIDTH;
byte VAR_V6_SCREEN_HEIGHT;