1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 18:00:34 +00:00

nilv:: fixed model list

This commit is contained in:
Zeno Rogue 2019-08-08 00:35:30 +02:00
parent 9435748762
commit dd10a03e09

View File

@ -630,7 +630,7 @@ namespace conformal {
#endif
bool model_available(eModel pm) {
if(sol) return among(pm, mdDisk, mdPerspective, mdGeodesic);
if(nonisotropic) return among(pm, mdDisk, mdPerspective, mdGeodesic);
if(pm == mdGeodesic && !sol) return false;
if(sphere && (pm == mdHalfplane || pm == mdBall))
return false;