version 1.52 | | version 1.53 |
---|
| | |
/* | | /* |
* static char *rcsid_skill_util_c = | | * static char *rcsid_skill_util_c = |
* "$Id: skill_util.c,v 1.52 2005/07/14 09:18:55 akirschbaum Exp $"; | | * "$Id: skill_util.c,v 1.53 2005/07/23 10:06:36 ryo_saeba Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
| | |
/* print appropriate messages to the player */ | | /* print appropriate messages to the player */ |
| | |
if(success && string!=NULL) { | | if(success && string!=NULL && tmp && !QUERY_FLAG(tmp,FLAG_FREED)) { |
if(op->type==PLAYER) | | if(op->type==PLAYER) |
new_draw_info_format(NDI_UNIQUE, 0,op, | | new_draw_info_format(NDI_UNIQUE, 0,op, |
"You %s %s!",string,query_name(tmp)); | | "You %s %s!",string,query_name(tmp)); |