1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 19:18:05 +00:00

product:: horocycles now have base altitude

This commit is contained in:
Zeno Rogue
2019-08-19 11:51:04 +02:00
parent 3528d8efa3
commit 988adb8259
2 changed files with 4 additions and 2 deletions

View File

@@ -246,6 +246,7 @@ EX heptagon *createAlternateMap(cell *c, int rad, hstate firststate, int special
alt->emeraldval = 0;
alt->zebraval = 0;
alt->distance = 0;
alt->fieldval = product::current_view_level;
alt->c7 = NULL;
alt->alt = alt;
h->alt = alt;