version 1.47 | | version 1.48 |
---|
| | |
/* | | /* |
* static char *rcsid_attack_c = | | * static char *rcsid_attack_c = |
* "$Id: attack.c,v 1.47 2001/10/19 06:57:32 garbled Exp $"; | | * "$Id: attack.c,v 1.48 2001/10/30 00:49:02 michtoen Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
int base_wc) | | int base_wc) |
{ | | { |
int simple_attack, roll, dam=0; | | int simple_attack, roll, dam=0; |
char buf[MAX_BUF]; | | |
uint32 type; | | uint32 type; |
att_msg *msg; | | |
char *op_name = NULL; | | char *op_name = NULL; |
tag_t op_tag, hitter_tag; | | tag_t op_tag, hitter_tag; |
| | |