1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-25 18:05:15 +00:00

3d:: extra_generation_distance (todo: make it configurable from menus)

This commit is contained in:
Zeno Rogue
2019-03-08 22:42:14 +01:00
parent 5e237d5a59
commit 6d72bd820b
2 changed files with 8 additions and 3 deletions

View File

@@ -4918,5 +4918,8 @@ bool normal_gravity_at(cell *c);
void build_pool(cell *c, bool with_boat);
void createArrowTrapAt(cell *c, eLand land);
bool no_barriers_in_radius(cell *c, int rad);
extern ld extra_generation_distance;
}