diff -r eefa04b23c3b -r ac58a063d26a hedgewars/uTypes.pas --- 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