1
0
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:
Zeno Rogue
2018-11-09 14:26:31 +01:00
parent a6b8d4f79a
commit 549d86b15d
12 changed files with 55 additions and 53 deletions

View File

@@ -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;
}