diff -r 274a5afc2aec -r ce4b50823a95 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Thu Aug 29 15:28:20 2024 +0200 +++ b/hedgewars/uTypes.pas Thu Aug 29 17:09:39 2024 +0200 @@ -196,7 +196,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, mgForts); + TMapGen = (mgRandom, mgMaze, mgPerlin, mgDrawn, mgForts, mgWFC); THHFont = record