From ddd62450518afd71bd72f914196b6a2eac7e6bd3 Mon Sep 17 00:00:00 2001 From: skyleo Date: Sun, 17 Nov 2019 13:35:15 +0100 Subject: Change the name of all functions which got their return-value meaning changed --- src/map/elemental.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/elemental.c') diff --git a/src/map/elemental.c b/src/map/elemental.c index e9b6fa372..f176bb9e2 100644 --- a/src/map/elemental.c +++ b/src/map/elemental.c @@ -789,7 +789,7 @@ static int elemental_ai_sub_timer(struct elemental_data *ed, struct map_session_ if( DIFF_TICK(tick, ed->ud.canmove_tick) < 0 ) return 0; //Can't move yet. if (map->search_freecell(&ed->bl, sd->bl.m, &x, &y, MIN_ELEDISTANCE, MIN_ELEDISTANCE, 1) != 0 - && unit->walktoxy(&ed->bl, x, y, 0) == 0) + && unit->walk_toxy(&ed->bl, x, y, 0) == 0) return 0; } -- cgit v1.2.3-60-g2f50