From 67213795d8e2c020d0e7d743e98238b65b35630e Mon Sep 17 00:00:00 2001 From: toms Date: Fri, 18 Aug 2006 14:15:49 +0000 Subject: - Little code cleanup - Cleaned merc_hom_evolution to avoid free'ing/realloc'ing - Fixed "args of aFree is freed pointer" on Homunc deletion git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8341 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/unit.h') diff --git a/src/map/unit.h b/src/map/unit.h index 007cda5e6..1e4ff3956 100644 --- a/src/map/unit.h +++ b/src/map/unit.h @@ -67,4 +67,6 @@ int unit_changeviewsize(struct block_list *bl,short size); int do_init_unit(void); int do_final_unit(void); +extern const int dirx[8]; +extern const int diry[8]; #endif /* _UNIT_H_ */ -- cgit v1.2.3-70-g09d2