179 TRenderMode = (rmDefault, rmLeftEye, rmRightEye); |
179 TRenderMode = (rmDefault, rmLeftEye, rmRightEye); |
180 TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical); |
180 TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical); |
181 TWorldEdge = (weNone, weWrap, weBounce, weSea, weSky); |
181 TWorldEdge = (weNone, weWrap, weBounce, weSea, weSky); |
182 TUIDisplay = (uiAll, uiNoTeams, uiNone); |
182 TUIDisplay = (uiAll, uiNoTeams, uiNone); |
183 TMapGen = (mgRandom, mgMaze, mgPerlin, mgDrawn); |
183 TMapGen = (mgRandom, mgMaze, mgPerlin, mgDrawn, mgForts); |