mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 07:27:07 +00:00
fixup to parent_updates
This commit is contained in:
parent
a3a1845d49
commit
045a439d64
@ -940,6 +940,8 @@ EX twalker get_parent_dir(twalker& cw) {
|
|||||||
find_new_shortcuts(c, c->dist, c, bestd, 0);
|
find_new_shortcuts(c, c->dist, c, bestd, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
parent_updates++;
|
||||||
|
|
||||||
return twalker(c, bestd);
|
return twalker(c, bestd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user