1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 20:07:40 +00:00

renamed horodisk_la* to hv_la*

This commit is contained in:
Zeno Rogue
2023-09-14 17:37:37 +02:00
parent 3670be5700
commit 4aa707f197
3 changed files with 13 additions and 13 deletions

View File

@@ -1770,8 +1770,8 @@ auto cgm = addHook(hooks_clearmemory, 40, [] () {
crush_next.clear();
crush_now.clear();
rosemap.clear();
horodisk_land.clear();
horodisk_last_land.clear();
hv_land.clear();
hv_last_land.clear();
for(auto &am: adj_memo) am.clear();
}) +
addHook(hooks_gamedata, 0, [] (gamedata* gd) {