1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-19 07:57:39 +00:00

cleaned up surface flags

This commit is contained in:
Zeno Rogue
2018-11-30 15:26:50 +01:00
parent 1c6f64f370
commit cd357303b9
10 changed files with 110 additions and 81 deletions

View File

@@ -2415,8 +2415,8 @@ void setdist(cell *c, int d, cell *from) {
#endif
if(sphere || fulltorus) setLandSphere(c);
else if(euclid) setLandEuclid(c);
if(weirdhyperbolic) setLandWeird(c);
if(quotient) { setland(c, specialland); setLandQuotient(c); }
else if(quotient) { setland(c, specialland); setLandQuotient(c); }
else if(weirdhyperbolic) setLandWeird(c);
}
// if(chaosmode) setland(c, getCLand(c));