=================================================================== RCS file: /cvs2/early-roguelike/rogue5/init.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- early-roguelike/rogue5/init.c 2021/03/09 20:01:39 1.1 +++ early-roguelike/rogue5/init.c 2021/03/09 20:51:39 1.2 @@ -25,6 +25,8 @@ init_player(void) { THING *obj; + player.t_flags |= ISRUN; //BUGFIX + pstats = max_stats; food_left = HUNGERTIME; /*