summaryrefslogtreecommitdiff
path: root/src/map/pet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pet.c')
-rw-r--r--src/map/pet.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/pet.c b/src/map/pet.c
index 895ad5e89..48427c4fc 100644
--- a/src/map/pet.c
+++ b/src/map/pet.c
@@ -34,9 +34,6 @@ struct pet_db pet_db[MAX_PET_DB];
static struct eri *item_drop_ers; //For loot drops delay structures.
static struct eri *item_drop_list_ers;
-static int dirx[8]={0,-1,-1,-1,0,1,1,1};
-static int diry[8]={1,1,0,-1,-1,-1,0,1};
-
int pet_hungry_val(struct pet_data *pd)
{
nullpo_retr(0, pd);