aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen.h')
-rw-r--r--src/mapgen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index 9369a6c35..7acceddaf 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -118,6 +118,7 @@ enum MapgenType {
MAPGEN_FRACTAL,
MAPGEN_VALLEYS,
MAPGEN_SINGLENODE,
+ MAPGEN_CARPATHIAN,
MAPGEN_INVALID,
};