mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-19 11:29:43 +00:00
viewctr is no more... major reduction of redundancy/complexity
This commit is contained in:
@@ -249,7 +249,7 @@ EX heptagon *createAlternateMap(cell *c, int rad, hstate firststate, int special
|
||||
alt->emeraldval = 0;
|
||||
alt->zebraval = 0;
|
||||
alt->distance = 0;
|
||||
alt->fieldval = hybrid::current_view_level;
|
||||
alt->fieldval = hybrid::get_where(centerover).second;
|
||||
alt->c7 = NULL;
|
||||
alt->alt = alt;
|
||||
h->alt = alt;
|
||||
|
||||
Reference in New Issue
Block a user