summaryrefslogtreecommitdiff
path: root/src/player.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-08 14:38:12 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-08 14:38:12 +0000
commitd72e1987f9703d2e3a37ad930a1bc8ceaf525065 (patch)
treeac3261e9e39825336514ef1ab11a6f2d5cd8c7ea /src/player.cpp
parent016faf8449aeb7dba2738da4fefa3609b3af589c (diff)
downloadmana-client-d72e1987f9703d2e3a37ad930a1bc8ceaf525065.tar.gz
mana-client-d72e1987f9703d2e3a37ad930a1bc8ceaf525065.tar.bz2
mana-client-d72e1987f9703d2e3a37ad930a1bc8ceaf525065.tar.xz
mana-client-d72e1987f9703d2e3a37ad930a1bc8ceaf525065.zip
Changed signatures to prevent the wrong members to be overloaded on architectures with 64-bit integers and to shut some compiler warnings.
Diffstat (limited to 'src/player.cpp')
-rw-r--r--src/player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.cpp b/src/player.cpp
index 288401e4..d3c27aa0 100644
--- a/src/player.cpp
+++ b/src/player.cpp
@@ -47,7 +47,7 @@ Player::getType() const
}
void
-Player::drawName(Graphics *graphics, Sint32 offsetX, Sint32 offsetY)
+Player::drawName(Graphics *graphics, int offsetX, int offsetY)
{
int px = mPx + offsetX;
int py = mPy + offsetY;