aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorTravis Howell2004-06-27 15:41:01 +0000
committerTravis Howell2004-06-27 15:41:01 +0000
commitc026a0a5e18d1d4089b5f6e42bfde90b73feb2e1 (patch)
tree0327b62202d77e0b35e642efc95f6f71aca71f91 /scumm/scumm.h
parent9ef85b62813b90c6c4d6a41e4c7f025b0354801a (diff)
downloadscummvm-rg350-c026a0a5e18d1d4089b5f6e42bfde90b73feb2e1.tar.gz
scummvm-rg350-c026a0a5e18d1d4089b5f6e42bfde90b73feb2e1.tar.bz2
scummvm-rg350-c026a0a5e18d1d4089b5f6e42bfde90b73feb2e1.zip
Another palette change needed for HE 7.0 games.
Rename a few HE sound vars svn-id: r14084
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index be150b4049..42597009f1 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1012,7 +1012,7 @@ public:
byte _proc_special_palette[256];
byte _roomPalette[256];
byte *_shadowPalette;
- int _heSndSoundFreq, _heSndVar2, _heSndVar3, _heSndSoundId, _heSndVar5;
+ int _heSndSoundFreq, _heSndOffset, _heSndTimer, _heSndSoundId, _heSndLoop;
protected:
int _shadowPaletteSize;