mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
tactic:: no createAlternateMap on start in binary
This commit is contained in:
parent
fa3a6d193d
commit
aa3e14549e
@ -154,7 +154,7 @@ void initgame() {
|
|||||||
if(firstland == laWhirlpool) cwt.at->move(0)->wall = waSea;
|
if(firstland == laWhirlpool) cwt.at->move(0)->wall = waSea;
|
||||||
|
|
||||||
setdist(cwt.at->move(0), BARLEV-1, cwt.at);
|
setdist(cwt.at->move(0), BARLEV-1, cwt.at);
|
||||||
if(!sphere && !euclid) {
|
if(!sphere && !eubinary) {
|
||||||
heptagon *h = createAlternateMap(cwt.at, 2, hsA);
|
heptagon *h = createAlternateMap(cwt.at, 2, hsA);
|
||||||
if(!h) printf("FAIL\n");
|
if(!h) printf("FAIL\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user