aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/actor.h')
-rw-r--r--engines/scumm/actor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/actor.h b/engines/scumm/actor.h
index a164294815..151c272da9 100644
--- a/engines/scumm/actor.h
+++ b/engines/scumm/actor.h
@@ -143,6 +143,7 @@ public:
uint32 _heCondMask;
uint32 _hePaletteNum;
uint32 _heXmapNum;
+ byte _heFlags;
AuxBlock _auxBlock;
@@ -274,6 +275,8 @@ public:
void classChanged(int cls, bool value);
+ void setHEFlag(int bit, int set);
+
void setUserCondition(int slot, int set);
bool isUserConditionSet(int slot) const;