mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-23 06:20:09 +00:00
irr:: CLI parameters now do PHASEFROM
This commit is contained in:
parent
e1683463d2
commit
ed2b78aa9a
@ -1061,15 +1061,15 @@ int readArgs() {
|
||||
showstartmenu = false;
|
||||
}
|
||||
else if(argis("-irrdens")) {
|
||||
PHASE(2);
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(density);
|
||||
}
|
||||
else if(argis("-irrb")) {
|
||||
PHASE(2);
|
||||
PHASEFROM(2);
|
||||
shift(); bitruncations_requested = argi();
|
||||
}
|
||||
else if(argis("-irrq")) {
|
||||
PHASE(2);
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(quality);
|
||||
}
|
||||
else if(argis("-irrload")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user