From 64671ec83ee8b91606826dea0661f05571091a15 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 5 May 2019 17:38:48 +0200 Subject: [PATCH] no more createAlternateMap in quotient geometries --- system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.cpp b/system.cpp index 3c850808..552c996f 100644 --- a/system.cpp +++ b/system.cpp @@ -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"); }