mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-29 13:07:40 +00:00
nilrider:: reverted duration check
This commit is contained in:
@@ -435,7 +435,6 @@ void save(string s) {
|
||||
}
|
||||
|
||||
auto wfc_hook =
|
||||
addHook(hooks_handleKey, 100, wfc_handleKey) +
|
||||
addHook(hooks_args, 100, [] {
|
||||
using namespace arg;
|
||||
|
||||
@@ -450,6 +449,9 @@ auto wfc_hook =
|
||||
else if(argis("-dynamic-wfc-save")) {
|
||||
shift(); save(args());
|
||||
}
|
||||
else if(argis("-wfc-regen-key")) {
|
||||
rogueviz::rv_hook(hooks_handleKey, 100, wfc_handleKey);
|
||||
}
|
||||
|
||||
else return 1;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user