diff --git a/rogue4/command.c b/rogue4/command.c index be6abcf..a32f72f 100644 --- a/rogue4/command.c +++ b/rogue4/command.c @@ -79,7 +79,6 @@ command() { if (--no_command == 0) { - player.t_flags |= ISRUN; msg("you can move again"); } } diff --git a/rogue5/command.c b/rogue5/command.c index 3bd8bfc..438fd8a 100644 --- a/rogue5/command.c +++ b/rogue5/command.c @@ -91,7 +91,6 @@ command(void) { if (--no_command == 0) { - player.t_flags |= ISRUN; msg("you can move again"); } }