3d:: Caribbean no longer freezes in rhombic

This commit is contained in:
Zeno Rogue 2019-03-04 17:56:32 +01:00
parent 53d5510697
commit b17758c77f
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ void generateTreasureIsland(cell *c) {
if(c->wall != waCTree && hrand(100) < 15)
c->wall = (c->wall == waCIsland ? waCIsland2 : waCIsland);
}
if(src && c2->wall == waCTree && (eubinary||c->master->alt) && celldistAlt(c) <= -10) {
if(src && c2->wall == waCTree && (eubinary||c->master->alt) && celldistAlt(c) <= -10 && geometry != gRhombic3) {
bool end = true;
for(int i=0; i<qc; i++) {
generateTreasureIsland(ctab[i]);