--- a/hedgewars/uConsts.pas Thu Oct 02 00:06:59 2014 +0200
+++ b/hedgewars/uConsts.pas Thu Oct 02 00:40:25 2014 +0200
@@ -316,6 +316,12 @@
cMinPlayWidth = 200;
+ // MapGen
+ mgRandom = 0;
+ mgMaze = 1;
+ mgPerlin = 2;
+ mgDrawn = 3;
+
implementation
end.