mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-05 09:20:15 +00:00
arg:: shift_arg_formula used instead of argf
This commit is contained in:
@@ -211,7 +211,7 @@ namespace binary {
|
||||
auto bt_config = addHook(hooks_args, 0, [] () {
|
||||
using namespace arg;
|
||||
if(argis("-btwidth")) {
|
||||
shift(); vid.binary_width = argf();
|
||||
shift_arg_formula(vid.binary_width);
|
||||
need_reset_geometry = true;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user