hedgewars/uTypes.pas
changeset 10603 bda5c7caf396
parent 10466 aa5c64a58714
child 10606 8e95911cb86b
child 10634 35d059bd0932
--- a/hedgewars/uTypes.pas	Tue Dec 02 12:02:20 2014 +0300
+++ b/hedgewars/uTypes.pas	Tue Dec 02 13:29:06 2014 -0500
@@ -176,6 +176,8 @@
     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);
+
 
     THHFont = record
             Handle: PTTF_Font;