Add generated area border wall option

This commit is contained in:
chelsea
2026-05-02 19:26:44 -05:00
parent 1addbada63
commit f423c046ac
3 changed files with 70 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ typedef struct {
int sea_level;
int world_seed;
int enable_trails;
int enable_wall;
int wall_min_x, wall_max_x, wall_min_z, wall_max_z;
int snow_line;
struct trail_segment *trail_segments;
size_t trail_segment_count;