version 1.49 | | version 1.50 |
---|
| | |
/* | | /* |
* static char *rcsid_skill_util_c = | | * static char *rcsid_skill_util_c = |
* "$Id: skill_util.c,v 1.49 2004/06/23 05:49:07 mwedel Exp $"; | | * "$Id: skill_util.c,v 1.50 2005/03/06 20:38:55 akirschbaum Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
if (op->current_weapon_script) | | if (op->current_weapon_script) |
FREE_AND_CLEAR_STR(op->current_weapon_script); | | FREE_AND_CLEAR_STR(op->current_weapon_script); |
if (!tmp) { | | if (!tmp) { |
LOG(llevError,"Could not find applied weapon on %s", | | LOG(llevError,"Could not find applied weapon on %s\n", |
op->name); | | op->name); |
op->current_weapon=NULL; | | op->current_weapon=NULL; |
return 0; | | return 0; |