aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
authorTravis Howell2004-09-10 01:03:01 +0000
committerTravis Howell2004-09-10 01:03:01 +0000
commitc7d28132b4240c7c253ad91904f59cf3dd896e4d (patch)
tree95023a41c676026d7d73c6ef16c13d68bb4b5c48 /scumm/actor.h
parent655728fe7d40a114913e68681ba747b887039d73 (diff)
downloadscummvm-rg350-c7d28132b4240c7c253ad91904f59cf3dd896e4d.tar.gz
scummvm-rg350-c7d28132b4240c7c253ad91904f59cf3dd896e4d.tar.bz2
scummvm-rg350-c7d28132b4240c7c253ad91904f59cf3dd896e4d.zip
Save game changes for HE80+ games.
svn-id: r14985
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;