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/skill.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 05592fefa..ff184fb20 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -627,9 +627,6 @@ const struct skill_name_db skill_names[] = { { 0, "UNKNOWN_SKILL", "Unknown_Skill" } }; -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}; - static struct eri *skill_unit_ers = NULL; //For handling skill_unit's [Skotlex] static struct eri *skill_timer_ers = NULL; //For handling skill_timerskills [Skotlex] -- cgit v1.2.3-70-g09d2