From a125d1cc1a03a43b692391a34fb9a2dee36991a3 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Thu, 24 Oct 2002 06:28:54 +0000 Subject: changed number strips to dynamic and increased arrays tdirty and bdirty to 80 svn-id: r5296 --- scumm/akos.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scumm/akos.h') 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); -- cgit v1.2.3