aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.h
diff options
context:
space:
mode:
authorGregory Montoir2004-09-30 23:49:46 +0000
committerGregory Montoir2004-09-30 23:49:46 +0000
commit2f8136b703a5738e8a7f715b2cb3c4c4dd013473 (patch)
tree05597389b88e978be001721451573bfff3db0f50 /scumm/costume.h
parent98d82b84e96123bc0d99f3c95ea577a513da132b (diff)
downloadscummvm-rg350-2f8136b703a5738e8a7f715b2cb3c4c4dd013473.tar.gz
scummvm-rg350-2f8136b703a5738e8a7f715b2cb3c4c4dd013473.tar.bz2
scummvm-rg350-2f8136b703a5738e8a7f715b2cb3c4c4dd013473.zip
constness
svn-id: r15364
Diffstat (limited to 'scumm/costume.h')
-rw-r--r--scumm/costume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.h b/scumm/costume.h
index 0578a710a7..50a7f43b0c 100644
--- a/scumm/costume.h
+++ b/scumm/costume.h
@@ -65,7 +65,7 @@ public:
CostumeRenderer(ScummEngine *vm) : BaseCostumeRenderer(vm), _loaded(vm) {}
void setPalette(byte *palette);
- void setFacing(Actor *a);
+ void setFacing(const Actor *a);
void setCostume(int costume);
protected: