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