1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

rulegen:: fix_distances on tmove

This commit is contained in:
Zeno Rogue 2021-11-07 09:59:44 +01:00
parent 12dcd348b0
commit 18f2ccf1d4

View File

@ -271,6 +271,9 @@ tcell* tmove(tcell *c, int d) {
if(flags & w_known_structure)
swap_treestates();
if(!(flags & w_known_distances))
fix_distances(c);
ensure_shorter(c1);
if(flags & w_numerical_fix) {