From 045a439d64a086259fcf0eae4124f02e9f2a5a15 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 26 Dec 2021 10:09:13 +0100 Subject: [PATCH] fixup to parent_updates --- rulegen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rulegen.cpp b/rulegen.cpp index 21a6c0a7..5e1d6534 100644 --- a/rulegen.cpp +++ b/rulegen.cpp @@ -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); }