aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.cpp
diff options
context:
space:
mode:
authorD G Turner2012-06-10 16:00:26 +0100
committerD G Turner2012-06-10 16:00:26 +0100
commit5458127d9706d2c124d907edc5be06e58384d562 (patch)
treecaf0c5ee8f2f2c92dcc27473e2ce47239b9febed /engines/toon/toon.cpp
parent2d0cedab1ff3984d1d269c0fb735f9179ca8e7d9 (diff)
downloadscummvm-rg350-5458127d9706d2c124d907edc5be06e58384d562.tar.gz
scummvm-rg350-5458127d9706d2c124d907edc5be06e58384d562.tar.bz2
scummvm-rg350-5458127d9706d2c124d907edc5be06e58384d562.zip
TOON: Migrate Pathfinding API x,y coordinates to int16.
This harmonises the usage with Common::Point.
Diffstat (limited to 'engines/toon/toon.cpp')
-rw-r--r--engines/toon/toon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp
index 0b39432b53..dd3c32b5bf 100644
--- a/engines/toon/toon.cpp
+++ b/engines/toon/toon.cpp
@@ -1488,7 +1488,7 @@ void ToonEngine::clickEvent() {
}
if (!currentHot) {
- int32 xx, yy;
+ int16 xx, yy;
if (_gameState->_inCutaway || _gameState->_inInventory || _gameState->_inCloseUp)
return;