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


version 1.52 version 1.53
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.52 2001/04/30 06:34:29 mwedel Exp $";   *   "$Id: player.c,v 1.53 2001/04/30 08:15:56 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. */
       return 1;        return 1;
     }      }
   LOG(llevError,"Error: LIFESAVE set without applied object.\n");    LOG(llevError,"Error: LIFESAVE set without applied object.\n");
   CLEAR_FLAG(op, FLAG_LIFESAVE);    CLEAR_FLAG(op, FLAG_LIFESAVE);
     enter_player_savebed(op); /* bring him home. */
   return 0;    return 0;
 }  }
   


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:41