@@ -424,18 +424,6 @@ public string DirectXFeatureLevel
424424 [ DoNotSave ]
425425 public bool MultiplayerServer { get ; set ; }
426426
427- // In-game settings:
428- [ Default ( false ) ]
429- public bool Letterbox2DCab { get ; set ; }
430- [ Default ( true ) ]
431- public bool Use3DCab { get ; set ; }
432- [ Default ( 0x7 ) ] // OSDLocations.DisplayState.Auto
433- public int OSDLocationsState { get ; set ; }
434- [ Default ( 0x1 ) ] // OSDCars.DisplayState.Trains
435- public int OSDCarsState { get ; set ; }
436- [ Default ( 0 ) ] // TrackMonitor.DisplayMode.All
437- public int TrackMonitorDisplayMode { get ; set ; }
438-
439427 // map settings
440428 [ Default ( false ) ]
441429 public bool Map_showTrainStateCheckbox { get ; set ; }
@@ -479,6 +467,18 @@ public string DirectXFeatureLevel
479467 public bool Map_showAllTrainsRadio { get ; set ; }
480468 [ Default ( new [ ] { 104 , 104 , 800 , 600 } ) ]
481469 public int [ ] Map_MapViewer { get ; set ; }
470+
471+ // In-game settings:
472+ [ Default ( false ) ]
473+ public bool Letterbox2DCab { get ; set ; }
474+ [ Default ( true ) ]
475+ public bool Use3DCab { get ; set ; }
476+ [ Default ( 0x7 ) ] // OSDLocations.DisplayState.Auto
477+ public int OSDLocationsState { get ; set ; }
478+ [ Default ( 0x1 ) ] // OSDCars.DisplayState.Trains
479+ public int OSDCarsState { get ; set ; }
480+ [ Default ( 0 ) ] // TrackMonitor.DisplayMode.All
481+ public int TrackMonitorDisplayMode { get ; set ; }
482482 #endregion
483483
484484 public FolderSettings Folders { get ; private set ; }
0 commit comments