tactic:: no createAlternateMap on start in binary

This commit is contained in:
? 2019-02-22 20:51:49 +01:00 committed by Zeno Rogue
parent fa3a6d193d
commit aa3e14549e
1 changed files with 1 additions and 1 deletions

View File

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