diff options
author | D G Turner | 2012-06-14 17:45:30 +0100 |
---|---|---|
committer | D G Turner | 2012-06-14 17:45:30 +0100 |
commit | 57d34d2576d38a2820afeae0ba860dc863a34b08 (patch) | |
tree | f89a438982fca8981845c951bb2e65bc08b945b8 /engines/toon/drew.cpp | |
parent | 5ae4ed09ea9b0ffd4ef00e55eb1f738103fdeeeb (diff) | |
parent | 4aa0ec7fc4eae0941efb15affe664544c33822ea (diff) | |
download | scummvm-rg350-57d34d2576d38a2820afeae0ba860dc863a34b08.tar.gz scummvm-rg350-57d34d2576d38a2820afeae0ba860dc863a34b08.tar.bz2 scummvm-rg350-57d34d2576d38a2820afeae0ba860dc863a34b08.zip |
Merge branch 'toon-RAM-reduction'
Diffstat (limited to 'engines/toon/drew.cpp')
-rw-r--r-- | engines/toon/drew.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/drew.cpp b/engines/toon/drew.cpp index df5cfcfa03..dfd3f515fa 100644 --- a/engines/toon/drew.cpp +++ b/engines/toon/drew.cpp @@ -48,7 +48,7 @@ bool CharacterDrew::setupPalette() { return false; } -void CharacterDrew::setPosition(int32 x, int32 y) { +void CharacterDrew::setPosition(int16 x, int16 y) { debugC(5, kDebugCharacter, "setPosition(%d, %d)", x, y); _z = _vm->getLayerAtPoint(x, y); |