Difference for server/player.c from version 1.53 to 1.54


version 1.53 version 1.54
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.53 2001/04/30 08:15:56 mardahl Exp $";   *   "$Id: player.c,v 1.54 2001/05/01 11:50:10 mardahl Exp $";
  */   */
   
 /*  /*
Line 1487
 
Line 1487
  op->stats.hp = op->stats.maxhp;   op->stats.hp = op->stats.maxhp;
       if(op->stats.food<0)        if(op->stats.food<0)
  op->stats.food = 999;   op->stats.food = 999;
       enter_player_savebed(op); /* bring him home. */        /*enter_player_savebed(op);*/ /* bring him home. */
       return 1;        return 1;
     }      }
   LOG(llevError,"Error: LIFESAVE set without applied object.\n");    LOG(llevError,"Error: LIFESAVE set without applied object.\n");


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

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