Skip to content

Commit

Permalink
Merge branch 'fix-travel' of https://github.com/entrez/NetHack into s…
Browse files Browse the repository at this point in the history
…everal-pr
  • Loading branch information
nhmall committed Sep 26, 2021
2 parents 92bff67 + 38d027d commit 026aec1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/cmd.c
Expand Up @@ -4734,6 +4734,7 @@ dotravel_target(void)
u.last_str_turn = 0;
g.context.mv = TRUE;

domove();
return 1;
}

Expand Down
1 change: 0 additions & 1 deletion src/hack.c
Expand Up @@ -3050,7 +3050,6 @@ end_running(boolean and_travel)
if (flags.time && g.context.run)
iflags.time_botl = TRUE;
g.context.run = 0;
g.domove_attempting = 0;
/* 'context.mv' isn't travel but callers who want to end travel
all clear it too */
if (and_travel)
Expand Down

0 comments on commit 026aec1

Please sign in to comment.