mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
renamed mdSolPerspective to mdGeodesic
This commit is contained in:
@@ -640,7 +640,7 @@ namespace nisot {
|
||||
}
|
||||
else if(argis("-solgeo")) {
|
||||
geodesic_movement = true;
|
||||
pmodel = mdSolPerspective;
|
||||
pmodel = mdGeodesic;
|
||||
return 0;
|
||||
}
|
||||
else if(argis("-solnogeo")) {
|
||||
|
Reference in New Issue
Block a user