diff -r 6a1748b71df2 -r 9e31e3bb4476 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Tue Nov 12 15:38:45 2013 +0400 +++ b/hedgewars/uTypes.pas Tue Nov 12 22:34:54 2013 -0500 @@ -172,8 +172,8 @@ TRenderMode = (rmDefault, rmLeftEye, rmRightEye); TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical); - TWorldEdge = (weNone, weWrap, weBounce, weSea, weSky); + TUIDisplay = (uiAll, uiNoTeams, uiNone); THHFont = record Handle: PTTF_Font;