aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-06-27 15:22:31 +0000
committerEugene Sandulenko2004-06-27 15:22:31 +0000
commit9ef85b62813b90c6c4d6a41e4c7f025b0354801a (patch)
tree2ba52ebdc6dca0ea7a5ffb7b1286d463279eb8c1 /scumm/scumm.h
parenta6b582a0c4929078abab75415ac3e2d31a45b670 (diff)
downloadscummvm-rg350-9ef85b62813b90c6c4d6a41e4c7f025b0354801a.tar.gz
scummvm-rg350-9ef85b62813b90c6c4d6a41e4c7f025b0354801a.tar.bz2
scummvm-rg350-9ef85b62813b90c6c4d6a41e4c7f025b0354801a.zip
Renamed some HE-specific variables.
svn-id: r14083
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 18b938597e..be150b4049 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1008,11 +1008,11 @@ protected:
bool testGfxOtherUsageBits(int strip, int bit);
public:
- byte he_actor_palette[256];
+ byte _he_actor_palette[256];
byte _proc_special_palette[256];
byte _roomPalette[256];
byte *_shadowPalette;
- int _staticVar1, _staticVar2, _staticVar3, _staticVar4, _staticVar5;
+ int _heSndSoundFreq, _heSndVar2, _heSndVar3, _heSndSoundId, _heSndVar5;
protected:
int _shadowPaletteSize;