Merge branch 'fix-travel' of https://github.com/entrez/NetHack into several-pr

This commit is contained in:
nhmall
2021-09-26 08:54:10 -04:00
2 changed files with 1 additions and 1 deletions

View File

@@ -4734,6 +4734,7 @@ dotravel_target(void)
u.last_str_turn = 0;
g.context.mv = TRUE;
domove();
return 1;
}