Difference for server/skill_util.c from version 1.49 to 1.50


version 1.49 version 1.50
Line 1
 
Line 1
 /*  /*
  * 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
Line 876
 
Line 876
  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;


Legend:
line(s) removed in v.1.49 
line(s) changed
 line(s) added in v.1.50

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