mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
removed the -crug option since it is redundant
This commit is contained in:
parent
3e747a2d9d
commit
6594908c5a
@ -901,15 +901,6 @@ int readArgs() {
|
||||
else if(argis("-cprob")) {
|
||||
PHASEFROM(2); shift_arg_formula(compass_probability);
|
||||
}
|
||||
else if(argis("-crug")) {
|
||||
PHASE(3);
|
||||
if(rug::rugged) rug::close();
|
||||
calcparam();
|
||||
rug::reopen();
|
||||
init_rotation();
|
||||
surface::sh = surface::dsCrystal;
|
||||
rug::good_shape = true;
|
||||
}
|
||||
else if(argis("-test:crt")) {
|
||||
test_crt();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user