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

Dice:: clear memory

This commit is contained in:
Zeno Rogue 2021-06-03 12:25:53 +02:00
parent f03968c9e5
commit f6718d875d

View File

@ -1395,6 +1395,7 @@ EX namespace dice {
}
}
int hook = addHook(hooks_clearmemory, 0, [] () { data.clear(); });
EX }
}