summaryrefslogtreecommitdiff
path: root/src/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster.h')
-rw-r--r--src/monster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monster.h b/src/monster.h
index cd2a8f0c..bf52ed6d 100644
--- a/src/monster.h
+++ b/src/monster.h
@@ -30,7 +30,7 @@ class Text;
class Monster : public Being
{
public:
- Monster(int id, Uint16 job, Map *map);
+ Monster(int id, int job, Map *map);
~Monster();