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:
@@ -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));
|
||||
|
Reference in New Issue
Block a user