1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 14:26:01 +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

@@ -1012,7 +1012,7 @@ int readArgs() {
}
else if(argis("-irrdens")) {
PHASE(2);
shift(); density = argf();
shift_arg_formula(density);
}
else if(argis("-irrload")) {
PHASE(3);