diff options
author | yexo <yexo@openttd.org> | 2010-01-28 22:34:14 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-01-28 22:34:14 +0000 |
commit | fa01b25f740d92ffa74de4bc630ca42cdc8046a0 (patch) | |
tree | 2ec72945b9470a3a579f97ea489790e5b9690146 /src/table | |
parent | b689e3d6e43f5e5d90d0c2c93059cce5d48459ae (diff) | |
download | openttd-fa01b25f740d92ffa74de4bc630ca42cdc8046a0.tar.xz |
(svn r18942) -Feature [FS#2678]: add a setting to reduce/disable aircraft crashes
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/settings.h b/src/table/settings.h index 748d225d4..00dd770d6 100644 --- a/src/table/settings.h +++ b/src/table/settings.h @@ -402,6 +402,7 @@ const SettingDesc _settings[] = { SDT_CONDBOOL(GameSettings, order.timetabling, 67, SL_MAX_VERSION, 0, 0, true, STR_CONFIG_SETTING_TIMETABLE_ALLOW, NULL), SDT_CONDVAR(GameSettings, vehicle.plane_speed, SLE_UINT8, 90, SL_MAX_VERSION, 0,NN, 4, 1, 4, 0, STR_CONFIG_SETTING_PLANE_SPEED, NULL), SDT_CONDBOOL(GameSettings, vehicle.dynamic_engines, 95, SL_MAX_VERSION, 0,NN, true, STR_CONFIG_SETTING_DYNAMIC_ENGINES, ChangeDynamicEngines), + SDT_CONDVAR(GameSettings, vehicle.plane_crashes, SLE_UINT8,138, SL_MAX_VERSION, 0,MS, 2, 0, 2, 1, STR_CONFIG_SETTING_PLANE_CRASHES, NULL), SDT_BOOL(GameSettings, station.join_stations, 0, 0, true, STR_CONFIG_SETTING_JOINSTATIONS, NULL), SDTC_CONDBOOL( gui.sg_full_load_any, 22, 92, 0, 0, true, STR_NULL, NULL), |