mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-01 21:10: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)
|
if(flags & w_known_structure)
|
||||||
swap_treestates();
|
swap_treestates();
|
||||||
|
|
||||||
|
if(!(flags & w_known_distances))
|
||||||
|
fix_distances(c);
|
||||||
|
|
||||||
ensure_shorter(c1);
|
ensure_shorter(c1);
|
||||||
|
|
||||||
if(flags & w_numerical_fix) {
|
if(flags & w_numerical_fix) {
|
||||||
|
Loading…
Reference in New Issue
Block a user