mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
config brm_limit from CLI
This commit is contained in:
parent
05d6706d2c
commit
0ac88cbb2f
@ -1184,6 +1184,9 @@ auto hooks =
|
|||||||
}
|
}
|
||||||
}) +
|
}) +
|
||||||
addHook(hooks_markers, 100, search_marker) +
|
addHook(hooks_markers, 100, search_marker) +
|
||||||
|
addHook(hooks_configfile, 100, [] {
|
||||||
|
param_i(brm_limit, "brm_limit");
|
||||||
|
}) +
|
||||||
0;
|
0;
|
||||||
|
|
||||||
void graph_rv_hooks() {
|
void graph_rv_hooks() {
|
||||||
|
Loading…
Reference in New Issue
Block a user