summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-02-27 21:07:12 +0000
committerpeter1138 <peter1138@openttd.org>2008-02-27 21:07:12 +0000
commit926f5d548d1703a749a0fe8f0f5c0d1a5a125f9c (patch)
treed9e57798c8a84adc785415895d98138653130367 /src/settings_type.h
parent8f47b642b646944554edbd85ffc16a13f87561ad (diff)
downloadopenttd-926f5d548d1703a749a0fe8f0f5c0d1a5a125f9c.tar.xz
(svn r12293) -Feature: Ability to change aircraft speed factor, from so
called 'realistic' (matching other vehicles) (1/1) to original TTD speed (1/4). Note this option defaults to original TTD speed.
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 3460f47ed..d82297fa1 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -130,6 +130,8 @@ struct Patches {
uint8 pathfinder_for_roadvehs; ///< the pathfinder to use for roadvehicles
uint8 pathfinder_for_ships; ///< the pathfinder to use for ships
+ uint8 plane_speed; ///< divisor for speed of aircraft
+
bool autorenew;
int16 autorenew_months;
int32 autorenew_money;