1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-22 23:17:04 +00:00

fixup to parent_updates

This commit is contained in:
Zeno Rogue 2021-12-26 10:09:13 +01:00
parent a3a1845d49
commit 045a439d64

View File

@ -940,6 +940,8 @@ EX twalker get_parent_dir(twalker& cw) {
find_new_shortcuts(c, c->dist, c, bestd, 0);
}
parent_updates++;
return twalker(c, bestd);
}