From 61622fe4e4875e2cadc8ede3f1a60f5e8cca89a5 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 12 Dec 2006 13:53:36 +0000 Subject: - Removed CART_MASK as OPTION_CART can take care of that. - Moved the OPTION_MASK define to status.h - Reverted the knockback implementation to use clif_slide instead of clif_fixpos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9469 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 9b8bcfdeb..bc4ade158 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -1864,11 +1864,9 @@ int clif_changemapserver(struct map_session_data *sd, char *mapname, int x, int } int clif_blown(struct block_list *bl) { -//Previous Aegis versions simply used clif_fixpos, but it seems clif_slide works better on current clients. -// However, because of client desyncs, and because current Aegis captures show that they still use fixpos, keep using that for now. - return clif_fixpos(bl); -// return clif_slide(bl, bl->x, bl->y); - +//Aegis packets says fixpos, but it's unsure whether slide works better or not. +// return clif_fixpos(bl); + return clif_slide(bl, bl->x, bl->y); } /*========================================== * -- cgit v1.2.3-70-g09d2