summaryrefslogtreecommitdiff
path: root/src/map/mercenary.c
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-19 10:38:14 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-19 10:38:14 +0000
commit41fcb2ac66e37cad97e9ec485bd4d11f8397e53b (patch)
treeea0dd253fdb4e195e6f3f38de78828c9c736de5d /src/map/mercenary.c
parentd7f50c4fc9a7e708dbee6d7c3c26880c167c23a5 (diff)
downloadhercules-41fcb2ac66e37cad97e9ec485bd4d11f8397e53b.tar.gz
hercules-41fcb2ac66e37cad97e9ec485bd4d11f8397e53b.tar.bz2
hercules-41fcb2ac66e37cad97e9ec485bd4d11f8397e53b.tar.xz
hercules-41fcb2ac66e37cad97e9ec485bd4d11f8397e53b.zip
Some compilation warnings fixed
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8360 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mercenary.c')
-rw-r--r--src/map/mercenary.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/mercenary.c b/src/map/mercenary.c
index 5c3378540..118bda037 100644
--- a/src/map/mercenary.c
+++ b/src/map/mercenary.c
@@ -427,6 +427,8 @@ void merc_save(struct homun_data *hd)
intif_homunculus_requestsave(sd->status.account_id, &sd->homunculus) ;
}
+#if 0
+// Not currently used [Toms]
static int merc_calc_pos(struct homun_data *hd,int tx,int ty,int dir) //[orn]
{
int x,y,dx,dy;
@@ -480,6 +482,7 @@ static int merc_calc_pos(struct homun_data *hd,int tx,int ty,int dir) //[orn]
hd->ud.to_y = y;
return 0;
}
+#endif
int merc_menu(struct map_session_data *sd,int menunum)
{