mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
no more createAlternateMap in quotient geometries
This commit is contained in:
parent
dfbbffc7ca
commit
64671ec83e
@ -156,7 +156,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 && !eubinary) {
|
if(!sphere && !eubinary && !quotient) {
|
||||||
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