version 1.5 | | version 1.6 |
---|
| | |
/* | | /* |
* static char *rcsid_skill_util_c = | | * static char *rcsid_skill_util_c = |
* "$Id: skill_util.c,v 1.5 2000/05/26 09:50:49 jec Exp $"; | | * "$Id: skill_util.c,v 1.6 2000/06/14 04:04:16 cvs Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
{ | | { |
/* optimization for changing skill to current skill */ | | /* optimization for changing skill to current skill */ |
if (who->type == PLAYER) | | if (who->type == PLAYER) |
who->contr->shoottype == range_skill; | | who->contr->shoottype = range_skill; |
return 1; | | return 1; |
} | | } |
| | |