diff options
Diffstat (limited to 'src/monster.h')
-rw-r--r-- | src/monster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monster.h b/src/monster.h index 6ce0d69d..0314a035 100644 --- a/src/monster.h +++ b/src/monster.h @@ -29,7 +29,7 @@ class Monster : public Being { public: - Monster(Uint32 id, Uint16 job, Map *map); + Monster(Uint16 id, Uint16 job, Map *map); virtual Type getType() const; }; |