From e90ba2e929b48abe735057a8d36b594ec1810ea2 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 29 Oct 2005 01:59:18 +0000 Subject: Read from XMAP resource directly, instead of reading into memory. svn-id: r19357 --- scumm/akos.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scumm/akos.h') diff --git a/scumm/akos.h b/scumm/akos.h index f49b16f67c..1b0d4bd0b9 100644 --- a/scumm/akos.h +++ b/scumm/akos.h @@ -67,6 +67,7 @@ protected: const AkosOffset *akof; const byte *akcd; const byte *akct; + const uint8 *xmap; struct { byte unk5; @@ -90,6 +91,7 @@ public: akof = 0; akcd = 0; akct = 0; + xmap = 0; _actorHitMode = false; } @@ -99,7 +101,7 @@ public: void setPalette(byte *palette); void setFacing(const Actor *a); - void setCostume(int costume); + void setCostume(int costume, int shadow); protected: byte drawLimb(const Actor *a, int limb); -- cgit v1.2.3