mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-22 05:52:07 +00:00
changed names generateAlts to extend_altmap and createAlternateMap to create_altmap
This commit is contained in:
+1
-1
@@ -1718,7 +1718,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
if(fargen) {
|
||||
if(!eubinary) {
|
||||
if(c->master->alt && masterAlt(c) <= 2) {
|
||||
if(!eubinary) currentmap->generateAlts(c->master);
|
||||
if(!eubinary) currentmap->extend_altmap(c->master);
|
||||
preventbarriers(c);
|
||||
int d = celldistAlt(c);
|
||||
if(d <= 0)
|
||||
|
||||
Reference in New Issue
Block a user