1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +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();
important.clear();
shortcuts.clear();
single_live_branch_close_to_root.clear();
}
void clear_all() {