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/map.c | |
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/map.c')
-rw-r--r-- | src/map/map.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/map.c b/src/map/map.c index 6d359e412..c3e7d8f67 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -196,9 +196,6 @@ char wisp_server_name[NAME_LENGTH] = "Server"; // can be modified in char-server int console = 0; int enable_spy = 0; //To enable/disable @spy commands, which consume too much cpu time when sending packets. [Skotlex] -static const int dirx[8]={0,-1,-1,-1,0,1,1,1}; -static const int diry[8]={1,1,0,-1,-1,-1,0,1}; - /*========================================== * 全map鯖?計での接??設定 * (char鯖から送られてくる) |