diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-18 14:15:49 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-18 14:15:49 +0000 |
commit | 67213795d8e2c020d0e7d743e98238b65b35630e (patch) | |
tree | 3814dae50d00710f0fa93c1a50d0b7a375bfe8cd /src/map/unit.h | |
parent | a2b971ef0af9491bdbd93e07e600a69df97a46a1 (diff) | |
download | hercules-67213795d8e2c020d0e7d743e98238b65b35630e.tar.gz hercules-67213795d8e2c020d0e7d743e98238b65b35630e.tar.bz2 hercules-67213795d8e2c020d0e7d743e98238b65b35630e.tar.xz hercules-67213795d8e2c020d0e7d743e98238b65b35630e.zip |
- 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
Diffstat (limited to 'src/map/unit.h')
-rw-r--r-- | src/map/unit.h | 2 |
1 files changed, 2 insertions, 0 deletions
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_ */ |