mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-29 19:40:35 +00:00
rulegen:: fix_distances on tmove
This commit is contained in:
parent
12dcd348b0
commit
18f2ccf1d4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user