mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 23:30:25 +00:00
ray:: memory cleanup with fixed map
This commit is contained in:
parent
aee985f3d1
commit
f1ecf0ecac
@ -2108,7 +2108,8 @@ int readArgs() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
auto hook = addHook(hooks_args, 100, readArgs);
|
||||
auto hook = addHook(hooks_args, 100, readArgs)
|
||||
+ addHook(hooks_clearmemory, 40, [] { rmap = {}; });
|
||||
#endif
|
||||
|
||||
#if CAP_CONFIG
|
||||
|
Loading…
Reference in New Issue
Block a user