mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
removed obsolete CLI options -solgeo and -solnogeo
This commit is contained in:
parent
4da63f57dc
commit
5da1b8f88e
@ -2905,16 +2905,6 @@ EX namespace nisot {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if(argis("-solgeo")) {
|
|
||||||
geodesic_movement = true;
|
|
||||||
pmodel = mdGeodesic;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
else if(argis("-solnogeo")) {
|
|
||||||
geodesic_movement = false;
|
|
||||||
pmodel = mdPerspective;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
else if(argis("-product")) {
|
else if(argis("-product")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
set_geometry(gProduct);
|
set_geometry(gProduct);
|
||||||
|
Loading…
Reference in New Issue
Block a user