mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-06 08:24:06 +00:00
rv::som:: need -kst-keys to use keys in som tests
This commit is contained in:
parent
0c71c3724f
commit
7e8ae4262f
@ -1342,7 +1342,7 @@ int readArgs() {
|
|||||||
auto hooks3 = addHook(hooks_args, 100, readArgs);
|
auto hooks3 = addHook(hooks_args, 100, readArgs);
|
||||||
#endif
|
#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, [] {
|
+ addHook(hooks_configfile, 100, [] {
|
||||||
param_i(ks_empty, "ks_empty", 0);
|
param_i(ks_empty, "ks_empty", 0);
|
||||||
param_i(ks_distant, "ks_distant", 0);
|
param_i(ks_distant, "ks_distant", 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user