mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 05:57:37 +00:00
3d:: reg3:: distances and alt-distances
This commit is contained in:
@@ -1513,7 +1513,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
case laCaribbean:
|
||||
if(fargen) {
|
||||
if(!eubinary) {
|
||||
if(c->master->alt && c->master->alt->distance <= 2) {
|
||||
if(c->master->alt && masterAlt(c) <= 2) {
|
||||
if(!eubinary) currentmap->generateAlts(c->master);
|
||||
preventbarriers(c);
|
||||
int d = celldistAlt(c);
|
||||
|
Reference in New Issue
Block a user