rulegen:: fix_distances on tmove

This commit is contained in:
Zeno Rogue 2021-11-07 09:59:44 +01:00
parent 12dcd348b0
commit 18f2ccf1d4
1 changed files with 3 additions and 0 deletions

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) {