Difference for server/resurrection.c from version 1.12 to 1.13


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_resurrection_c =   * static char *rcsid_resurrection_c =
  *   "$Id: resurrection.c,v 1.12 2004/03/26 21:59:28 ryo_saeba Exp $";   *   "$Id: resurrection.c,v 1.13 2005/07/16 21:10:39 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 109
 
Line 109
     if(! (liveplayer=fopen(newname,"w"))) {      if(! (liveplayer=fopen(newname,"w"))) {
  new_draw_info_format(NDI_UNIQUE, 0, op,   new_draw_info_format(NDI_UNIQUE, 0, op,
  "The soul of %s cannot be re-embodied at the moment.",playername);   "The soul of %s cannot be re-embodied at the moment.",playername);
  LOG(llevError,"Cannot write player in ressurect_player!\n");   LOG(llevError,"Cannot write player in resurrect_player!\n");
  fclose(deadplayer);   fclose(deadplayer);
  return 0;   return 0;
     }      }


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

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