aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index f12e5d03d8..8cb13f42c2 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -132,11 +132,11 @@ public:
CostumeData cost;
/* HE specific */
- byte paletteNum;
- bool noTalkAnimation;
- bool skipLimbs;
- bool _talking;
- uint32 condMask;
+ byte hePaletteNum;
+ bool heNoTalkAnimation;
+ bool heSkipLimbs;
+ bool _heTalking;
+ uint32 heCondMask;
AuxBlock auxBlock;
@@ -145,7 +145,7 @@ public:
int16 posY;
int16 color;
byte sentence[128];
- } talkQueue[16];
+ } heTalkQueue[16];
protected:
byte palette[256];