mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 14:26:01 +00:00
irr:: CLI parameters now do PHASEFROM
This commit is contained in:
@@ -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")) {
|
||||
|
Reference in New Issue
Block a user