=================================================================== RCS file: /cvs2/early-roguelike/rogue5/command.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- early-roguelike/rogue5/command.c 2021/03/09 20:01:40 1.1 +++ early-roguelike/rogue5/command.c 2021/03/09 20:51:39 1.2 @@ -91,6 +91,7 @@ command(void) { if (--no_command == 0) { + player.t_flags |= ISRUN; //BUGFIX msg("you can move again"); } }