From 23c6c0e2c8b10bbecf1e673723914618170ac551 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 8 Mar 2009 14:23:14 -0600 Subject: Some more cleanup --- src/map/clif.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index c070659..03bf1ab 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -381,9 +381,6 @@ int clif_send(unsigned char *buf, int len, struct block_list *bl, int type) { memcpy(WFIFOP(sd->fd,0), buf, len); WFIFOSET(sd->fd,len); } -// if(battle_config.etc_log) -// printf("send party %d %d %d\n",p->party_id,i,flag) - } } for (i = 0; i < fd_max; i++){ @@ -475,7 +472,6 @@ int clif_send(unsigned char *buf, int len, struct block_list *bl, int type) { } } break; -/* End [Valaris] */ default: if (battle_config.error_log) @@ -679,8 +675,7 @@ int clif_clearchar_id(int id, int type, int fd) { return 0; } -static int -current_weapon(struct map_session_data *sd) +static int current_weapon(struct map_session_data *sd) { if (sd->attack_spell_override) return sd->attack_spell_look_override; -- cgit v1.2.3-60-g2f50