mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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;
|
||||
}
|
||||
#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")) {
|
||||
PHASEFROM(2);
|
||||
set_geometry(gProduct);
|
||||
|
Loading…
Reference in New Issue
Block a user