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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user