Difference for server/skill_util.c from version 1.52 to 1.53


version 1.52 version 1.53
Line 1
 
Line 1
 /*  /*
  * 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
Line 906
 
Line 906
    
     /* 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));


Legend:
line(s) removed in v.1.52 
line(s) changed
 line(s) added in v.1.53

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:45