summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h
index 65b0303d..6ff4babe 100644
--- a/src/player.h
+++ b/src/player.h
@@ -38,7 +38,7 @@ class Player : public Being
/**
* Constructor.
*/
- Player(Uint32 id, Uint16 job, Map *map);
+ Player(Uint16 id, Uint16 job, Map *map);
virtual Type
getType() const;