diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index fb7703dd..c3a74b52 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -129,7 +129,7 @@ class LocalPlayer : public Player * Draws the name text below the being. */ virtual void - drawName(Graphics *graphics, Sint32 offsetX, Sint32 offsetY) {}; + drawName(Graphics *, int, int) {}; virtual Type getType() const; |