[BACK]Return to init.c CVS log [TXT][DIR] Up to [contributed] / early-roguelike / rogue5

Diff for /early-roguelike/rogue5/init.c between version 1.1 and 1.2

version 1.1, 2021/03/09 20:01:39 version 1.2, 2021/03/09 20:51:39
Line 25  init_player(void)
Line 25  init_player(void)
 {  {
     THING *obj;      THING *obj;
   
       player.t_flags |= ISRUN; //BUGFIX
   
     pstats = max_stats;      pstats = max_stats;
     food_left = HUNGERTIME;      food_left = HUNGERTIME;
     /*      /*

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb