aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-14 00:43:19 -0400
committerPaul Gilbert2015-06-14 00:43:19 -0400
commit8629feb410068c084741de1bc2126ed6cd53a4cd (patch)
treee381bdd2a4a8ad92d55fbbab78d6bba6d46b4332 /engines/sherlock/tattoo/tattoo_scene.cpp
parent5531cf9fd503c3e74b8a32f6b12f2243bac68c06 (diff)
downloadscummvm-rg350-8629feb410068c084741de1bc2126ed6cd53a4cd.tar.gz
scummvm-rg350-8629feb410068c084741de1bc2126ed6cd53a4cd.tar.bz2
scummvm-rg350-8629feb410068c084741de1bc2126ed6cd53a4cd.zip
SHERLOCK: RT: Implemented walk setup
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_scene.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_scene.cpp b/engines/sherlock/tattoo/tattoo_scene.cpp
index ad7d5c0f55..1cc7b65289 100644
--- a/engines/sherlock/tattoo/tattoo_scene.cpp
+++ b/engines/sherlock/tattoo/tattoo_scene.cpp
@@ -720,7 +720,7 @@ void TattooScene::doBgAnimDrawSprites() {
}
}
-int TattooScene::getScaleVal(const Common::Point &pt) {
+int TattooScene::getScaleVal(const Point32 &pt) {
bool found = false;
int result = SCALE_THRESHOLD;
Common::Point pos(pt.x / FIXED_INT_MULTIPLIER, pt.y / FIXED_INT_MULTIPLIER);