mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +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;
|
||||
|
||||
setdist(cwt.at->move(0), BARLEV-1, cwt.at);
|
||||
if(!sphere && !eubinary) {
|
||||
if(!sphere && !eubinary && !quotient) {
|
||||
heptagon *h = createAlternateMap(cwt.at, 2, hsA);
|
||||
if(!h) printf("FAIL\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user