aboutsummaryrefslogtreecommitdiff
path: root/scumm/base-costume.h
diff options
context:
space:
mode:
authorTravis Howell2005-10-29 01:59:18 +0000
committerTravis Howell2005-10-29 01:59:18 +0000
commite90ba2e929b48abe735057a8d36b594ec1810ea2 (patch)
tree057130a25adcc8f81e1894a8cdaefda0f11536dd /scumm/base-costume.h
parent0b438df7ce91b0db78daffda77adcadfb02908f0 (diff)
downloadscummvm-rg350-e90ba2e929b48abe735057a8d36b594ec1810ea2.tar.gz
scummvm-rg350-e90ba2e929b48abe735057a8d36b594ec1810ea2.tar.bz2
scummvm-rg350-e90ba2e929b48abe735057a8d36b594ec1810ea2.zip
Read from XMAP resource directly, instead of reading into memory.
svn-id: r19357
Diffstat (limited to 'scumm/base-costume.h')
-rw-r--r--scumm/base-costume.h2
1 files changed, 1 insertions, 1 deletions
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);