hedgewars/uTypes.pas
changeset 11744 ac58a063d26a
parent 11734 f48408dcea36
child 11766 abcdb7bc2620
--- a/hedgewars/uTypes.pas	Wed Apr 27 13:01:38 2016 +0200
+++ b/hedgewars/uTypes.pas	Wed Apr 27 16:20:59 2016 +0200
@@ -180,7 +180,7 @@
     TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical);
     TWorldEdge = (weNone, weWrap, weBounce, weSea, weSky);
     TUIDisplay = (uiAll, uiNoTeams, uiNone);
-    TMapGen = (mgRandom, mgMaze, mgPerlin, mgDrawn);
+    TMapGen = (mgRandom, mgMaze, mgPerlin, mgDrawn, mgForts);
 
 
     THHFont = record