diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-08 14:23:14 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-08 14:23:14 -0600 |
commit | 23c6c0e2c8b10bbecf1e673723914618170ac551 (patch) | |
tree | f535dd293a14adb58e33196c1ec9573c8ba0348a /src/map/clif.c | |
parent | 30210c583785263a964dee242b5a7efdfdb7e89a (diff) | |
download | tmwa-23c6c0e2c8b10bbecf1e673723914618170ac551.tar.gz tmwa-23c6c0e2c8b10bbecf1e673723914618170ac551.tar.bz2 tmwa-23c6c0e2c8b10bbecf1e673723914618170ac551.tar.xz tmwa-23c6c0e2c8b10bbecf1e673723914618170ac551.zip |
Some more cleanup
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 7 |
1 files changed, 1 insertions, 6 deletions
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; |