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/base-costume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/base-costume.h') diff --git a/scumm/base-costume.h b/scumm/base-costume.h index c1eee948ea..9a873daa55 100644 --- a/scumm/base-costume.h +++ b/scumm/base-costume.h @@ -151,7 +151,7 @@ public: virtual void setPalette(byte *palette) = 0; virtual void setFacing(const Actor *a) = 0; - virtual void setCostume(int costume) = 0; + virtual void setCostume(int costume, int shadow) = 0; byte drawCostume(const VirtScreen &vs, int numStrips, const Actor *a, bool drawToBackBuf); -- cgit v1.2.3