Skip to content

Commit

Permalink
Allow setting landmass to 100
Browse files Browse the repository at this point in the history
Some generators can generate maps without water. Allow game admins to
request this.

Closes #2444.
  • Loading branch information
lmoureaux committed Dec 23, 2024
1 parent a9b77fd commit 9636bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ moves. Includes MAP_MAX_LINEAR_SIZE because a map can be non wrapping. */

#define MAP_DEFAULT_LANDMASS 30
#define MAP_MIN_LANDMASS 15
#define MAP_MAX_LANDMASS 85
#define MAP_MAX_LANDMASS 100

#define MAP_DEFAULT_RICHES 250
#define MAP_MIN_RICHES 0
Expand Down

0 comments on commit 9636bd6

Please sign in to comment.