summaryrefslogtreecommitdiff
path: root/src/mapgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen.h')
-rw-r--r--src/mapgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index 9bc162fe0..3c897e023 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -209,7 +209,7 @@ Ore *createOre(OreType type);
enum DecorationType {
- DECO_SIMPLE,
+ DECO_SIMPLE = 1,
DECO_SCHEMATIC,
DECO_LSYSTEM
};