no more createAlternateMap in quotient geometries

This commit is contained in:
Zeno Rogue 2019-05-05 17:38:48 +02:00
parent dfbbffc7ca
commit 64671ec83e
1 changed files with 1 additions and 1 deletions

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");
}