From 2b322bf18d80acb464a9dc1820e581e7204cca1e Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Sat, 2 Sep 2006 11:58:35 +0000 Subject: Switched to short IDs for beings. --- src/monster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/monster.h') 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; }; -- cgit v1.2.3-70-g09d2