version 1.83 | | version 1.84 |
---|
| | |
/* | | /* |
* static char *rcsid_attack_c = | | * static char *rcsid_attack_c = |
* "$Id: attack.c,v 1.83 2003/01/30 00:07:09 garbled Exp $"; | | * "$Id: attack.c,v 1.84 2003/01/30 02:50:48 garbled Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
if (roll == 1) | | if (roll == 1) |
return FALSE; | | return FALSE; |
| | |
for (number=0; number < NROFATTACKS; i++) { | | for (number=0; number < NROFATTACKS; number++) { |
i = 1<<number; | | i = 1<<number; |
if (!(i&type)) | | if (!(i&type)) |
continue; | | continue; |