aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/akos.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/akos.h')
-rw-r--r--engines/scumm/akos.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/scumm/akos.h b/engines/scumm/akos.h
index d38ae4b1ad..be532b804d 100644
--- a/engines/scumm/akos.h
+++ b/engines/scumm/akos.h
@@ -73,7 +73,8 @@ protected:
const byte *akcd; // costume data (contains the data for the codecs)
const byte *akct; // HE specific: condition table
- const uint8 *xmap; // HE specific: shadow color table ?!?
+ const byte *rgbs; // HE specific: RGB table
+ const uint8 *xmap; // HE specific: shadow color table
struct {
bool repeatMode;
@@ -97,6 +98,7 @@ public:
akof = 0;
akcd = 0;
akct = 0;
+ rgbs = 0;
xmap = 0;
_actorHitMode = false;
}