From aa3e14549effc6ae176b154fff930ff199a24212 Mon Sep 17 00:00:00 2001 From: ? Date: Fri, 22 Feb 2019 20:51:49 +0100 Subject: [PATCH] tactic:: no createAlternateMap on start in binary --- system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.cpp b/system.cpp index 49f11d27..d5d34048 100644 --- a/system.cpp +++ b/system.cpp @@ -154,7 +154,7 @@ void initgame() { if(firstland == laWhirlpool) cwt.at->move(0)->wall = waSea; setdist(cwt.at->move(0), BARLEV-1, cwt.at); - if(!sphere && !euclid) { + if(!sphere && !eubinary) { heptagon *h = createAlternateMap(cwt.at, 2, hsA); if(!h) printf("FAIL\n"); }