mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-23 11:57:03 +00:00
rogueviz:: fundamental:: add clearmemory
This commit is contained in:
parent
9564f0fdc6
commit
d2d9483065
@ -232,7 +232,7 @@ int readArgs() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
auto fundamentalhook = addHook(hooks_args, 100, readArgs) + addHook(hooks_frame, 100, fundamental_marker);
|
||||
auto fundamentalhook = addHook(hooks_args, 100, readArgs) + addHook(hooks_frame, 100, fundamental_marker) + addHook(hooks_clearmemory, 100, [] { same.clear(); gm.clear(); });
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user