summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-15 11:41:40 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-15 11:41:40 +0000
commitabfbf381c18d4c17e9594e7e3b903405c20e9f7f (patch)
tree67bdc8b45f716bd6f3a2b68433337e094b448662 /src/map/clif.c
parentc0f2069689110d1df816d52e36d049d4b97a7a22 (diff)
downloadhercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.gz
hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.bz2
hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.xz
hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.zip
Cleaning/fixing the previous commits a bit
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13775 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index aed6f6057..ee3e24c5f 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -3472,7 +3472,7 @@ void clif_getareachar_unit(struct map_session_data* sd,struct block_list *bl)
return;
ud = unit_bl2ud(bl);
- len = ( ud && ud->walktimer != -1 ) ? clif_set_unit_walking(bl,ud,buf) : clif_set_unit_idle(bl,buf,false);
+ len = ( ud && ud->walktimer != INVALID_TIMER ) ? clif_set_unit_walking(bl,ud,buf) : clif_set_unit_idle(bl,buf,false);
clif_send(buf,len,&sd->bl,SELF);
if (vd->cloth_color)