1
0
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:
Zeno Rogue 2021-03-31 00:36:25 +02:00
parent 05d6706d2c
commit 0ac88cbb2f

View File

@ -1184,6 +1184,9 @@ auto hooks =
}
}) +
addHook(hooks_markers, 100, search_marker) +
addHook(hooks_configfile, 100, [] {
param_i(brm_limit, "brm_limit");
}) +
0;
void graph_rv_hooks() {