1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-20 23:50:27 +00:00

rulegen:: added single_live_branch_close_to_root to cleanup

This commit is contained in:
Zeno Rogue 2021-08-17 17:43:24 +02:00
parent c97290890e
commit afc92c586c

View File

@ -1385,6 +1385,7 @@ void cleanup() {
code_to_id.clear(); code_to_id.clear();
important.clear(); important.clear();
shortcuts.clear(); shortcuts.clear();
single_live_branch_close_to_root.clear();
} }
void clear_all() { void clear_all() {