From 10b53b9fbc011a9224d118414517870af3e9e20c Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 6 Apr 2013 22:16:53 -0300 Subject: Holy Mother ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow up 267eb1f2b9223dc0c0cd66bc48f5116223d974d9 accidentally left this behind >___> (i can't believe i did that again… what the hell T_T) Also fixing another clang warning; all credits to mkbu95! Signed-off-by: shennetsind --- src/map/clif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map') diff --git a/src/map/clif.c b/src/map/clif.c index 15f134f40..0ee3de1f2 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -5456,7 +5456,6 @@ void clif_status_change(struct block_list *bl,int type,int flag,int tick,int val WBUFL(buf,21) = val3; } #endif - ShowDebug("Len for %d vs %d is %d\n",WBUFW(buf,0),0x983,packet_len(WBUFW(buf,0))); clif->send(buf,packet_len(WBUFW(buf,0)),bl, (sd && sd->status.option&OPTION_INVISIBLE) ? SELF : AREA); } @@ -6480,7 +6479,8 @@ void clif_party_option(struct party_data *p,struct map_session_data *sd,int flag if(!sd && flag==0){ int i; - for(i=0;idata[i].sd;i++); + for(i=0;idata[i].sd;i++) + ; if (i < MAX_PARTY) sd = p->data[i].sd; } -- cgit v1.2.3-60-g2f50