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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user