- Fixed a warning GCC kept giving me when including mercenary.h

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8230 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-08-10 14:39:50 +00:00
parent 6f3c9a6dc7
commit f706f02ebe

View File

@ -47,7 +47,7 @@ enum {
SP_HUNGRY = 0x200 SP_HUNGRY = 0x200
}; };
int do_init_merc (void); int do_init_merc(void);
int merc_hom_recv_data(int account_id, struct s_homunculus *sh, int flag); //albator int merc_hom_recv_data(int account_id, struct s_homunculus *sh, int flag); //albator
void merc_load_sub(struct homun_data *hd, struct map_session_data *sd); void merc_load_sub(struct homun_data *hd, struct map_session_data *sd);
void merc_load_exptables(void); void merc_load_exptables(void);