diff options
Diffstat (limited to 'src/map/mercenary.c')
-rw-r--r-- | src/map/mercenary.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mercenary.c b/src/map/mercenary.c index 66658a1d9..2c76ed8d6 100644 --- a/src/map/mercenary.c +++ b/src/map/mercenary.c @@ -43,7 +43,7 @@ struct s_homunculus_db homunculus_db[MAX_HOMUNCULUS_CLASS]; //[orn] struct skill_tree_entry hskill_tree[MAX_HOMUNCULUS_CLASS][MAX_SKILL_TREE]; -static int merc_hom_hungry(int tid,unsigned int tick,int id,int data); +static int merc_hom_hungry(int tid, unsigned int tick, int id, intptr data); static unsigned int hexptbl[MAX_LEVEL]; @@ -478,7 +478,7 @@ int merc_hom_food(struct map_session_data *sd, struct homun_data *hd) return 0; } -static int merc_hom_hungry(int tid,unsigned int tick,int id,int data) +static int merc_hom_hungry(int tid, unsigned int tick, int id, intptr data) { struct map_session_data *sd; struct homun_data *hd; |