1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 18:00:34 +00:00

rv::som:: need -kst-keys to use keys in som tests

This commit is contained in:
Zeno Rogue 2022-04-21 12:22:06 +02:00
parent 0c71c3724f
commit 7e8ae4262f

View File

@ -1342,7 +1342,7 @@ int readArgs() {
auto hooks3 = addHook(hooks_args, 100, readArgs);
#endif
auto khook = addHook(hooks_handleKey, 150, kst_key)
auto khook = arg::add3("-kst-keys", [] { rv_hook(hooks_handleKey, 150, kst_key); })
+ addHook(hooks_configfile, 100, [] {
param_i(ks_empty, "ks_empty", 0);
param_i(ks_distant, "ks_distant", 0);