diff -r e19a864e2fab -r 87e47843018e hedgewars/uConsts.pas --- 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.