no more createAlternateMap in quotient geometries

This commit is contained in:
Zeno Rogue
2019-09-12 22:43:01 +02:00
parent dfbbffc7ca
commit 64671ec83e
+1 -1
View File
@@ -156,7 +156,7 @@ void initgame() {
if(firstland == laWhirlpool) cwt.at->move(0)->wall = waSea;
setdist(cwt.at->move(0), BARLEV-1, cwt.at);
if(!sphere && !eubinary) {
if(!sphere && !eubinary && !quotient) {
heptagon *h = createAlternateMap(cwt.at, 2, hsA);
if(!h) printf("FAIL\n");
}