1
0
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:
Zeno Rogue
2019-08-06 16:48:01 +02:00
parent 4f27b12ca2
commit 9350053c49
7 changed files with 16 additions and 16 deletions

View File

@@ -640,7 +640,7 @@ namespace nisot {
}
else if(argis("-solgeo")) {
geodesic_movement = true;
pmodel = mdSolPerspective;
pmodel = mdGeodesic;
return 0;
}
else if(argis("-solnogeo")) {