aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index 66381fe353..8e839dc3fb 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -125,6 +125,7 @@ public:
CostumeData cost;
uint32 condMask;
bool talkUnk;
+ AuxBlock auxBlock;
protected:
byte palette[256];
int elevation;