summaryrefslogtreecommitdiff
path: root/src/tile_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile_type.h')
-rw-r--r--src/tile_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tile_type.h b/src/tile_type.h
index c1e7081f0..e81d2799a 100644
--- a/src/tile_type.h
+++ b/src/tile_type.h
@@ -29,6 +29,8 @@ static const uint MIN_SNOWLINE_HEIGHT = 2; ///< Minimum snow
static const uint DEF_SNOWLINE_HEIGHT = 10; ///< Default snowline height
static const uint MAX_SNOWLINE_HEIGHT = (MAX_TILE_HEIGHT - 2); ///< Maximum allowed snowline height
+static const uint DEF_SNOW_COVERAGE = 40; ///< Default snow coverage.
+
/**
* The different types of tiles.