aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/akos.h')
-rw-r--r--scumm/akos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/akos.h b/scumm/akos.h
index 9bc5d92ede..7c8fa45d6b 100644
--- a/scumm/akos.h
+++ b/scumm/akos.h
@@ -65,6 +65,7 @@ struct AkosRenderer {
byte dirty_id;
byte *outptr;
uint outwidth, outheight;
+ int32 _numStrips;
/* pointer to various parts of the costume resource */
byte *akos;
@@ -126,6 +127,7 @@ public:
AkosRenderer(Scumm *scumm) {
memset(this, 0, sizeof(AkosRenderer));
_vm = scumm;
+ _numStrips = _vm->gdi._numStrips;
}
bool drawCostume();
void setPalette(byte *palette);