From 5b49e94e000d31299e9e97e339e7ad273cdfa032 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 13 Oct 2015 00:32:49 +0300 Subject: Remove first moving tile if being already moving. This fix random one tile wrong moving. --- src/emap/send.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emap/send.h') diff --git a/src/emap/send.h b/src/emap/send.h index e278c90..0addd9d 100644 --- a/src/emap/send.h +++ b/src/emap/send.h @@ -13,7 +13,7 @@ void send_changelook(struct map_session_data* sd, struct map_session_data* sd2, void send_mapmask(int fd, int mask); void send_mapmask_brodcast(const int map, const int mask); void send_mob_info(struct block_list* bl1, struct block_list* bl2, enum send_target target); -void send_advmoving(struct unit_data* ud, struct block_list *tbl, enum send_target target); +void send_advmoving(struct unit_data* ud, bool moving, struct block_list *tbl, enum send_target target); void send_changemusic_brodcast(const int map, const char *music); void send_changenpc_title (TBL_PC *sd, const int npcId, const char *name); void send_join_ack(int fd, const char *const name, int flag); -- cgit v1.2.3-60-g2f50