aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.cpp
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.cpp
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.cpp')
-rw-r--r--scumm/costume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index fa5451fef6..f258087136 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -778,7 +778,7 @@ void CostumeRenderer::setPalette(byte *palette) {
}
}
-void CostumeRenderer::setFacing(Actor *a) {
+void CostumeRenderer::setFacing(const Actor *a) {
_mirror = newDirToOldDir(a->getFacing()) != 0 || _loaded._mirror;
}