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
commit015cf7e6a217cffe68796c4cbc562a403892ef65 (patch)
treed9e57798c8a84adc785415895d98138653130367 /src/settings_type.h
parent2678c4faaa1d3f938338721c4c024a3b0787de93 (diff)
downloadopenttd-015cf7e6a217cffe68796c4cbc562a403892ef65.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;