diff options
Diffstat (limited to 'src/map/homunculus.c')
-rw-r--r-- | src/map/homunculus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c index 02177552e..6acd969fa 100644 --- a/src/map/homunculus.c +++ b/src/map/homunculus.c @@ -594,7 +594,6 @@ int merc_hom_alloc(struct map_session_data *sd, struct s_homunculus *hom) { struct homun_data *hd; int i = 0; - short x,y; nullpo_retr(1, sd); |