aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index 88e557eb18..0e036ff944 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -123,7 +123,7 @@ public:
int8 layer;
uint16 sound[32];
CostumeData cost;
- uint32 condMask; // XXX save/load
+ uint32 condMask;
protected:
byte palette[256];
int elevation;