diff options
author | peter1138 <peter1138@openttd.org> | 2008-02-27 21:07:12 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-02-27 21:07:12 +0000 |
commit | 926f5d548d1703a749a0fe8f0f5c0d1a5a125f9c (patch) | |
tree | d9e57798c8a84adc785415895d98138653130367 /src/lang | |
parent | 8f47b642b646944554edbd85ffc16a13f87561ad (diff) | |
download | openttd-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/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index f6448f176..fd71ef3b0 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1050,6 +1050,7 @@ STR_CONFIG_PATCHES_ALLOW_EXCLUSIVE :{LTBLUE}Allow b STR_CONFIG_PATCHES_ALLOW_GIVE_MONEY :{LTBLUE}Allow sending money to other companies: {ORANGE}{STRING1} STR_CONFIG_PATCHES_NONUNIFORM_STATIONS :{LTBLUE}Nonuniform stations: {ORANGE}{STRING1} STR_CONFIG_PATCHES_FREIGHT_TRAINS :{LTBLUE}Weight multiplier for freight to simulate heavy trains: {ORANGE}{STRING} +STR_CONFIG_PATCHES_PLANE_SPEED :{LTBLUE}Plane speed factor: {ORANGE}1 / {STRING1} STR_CONFIG_PATCHES_STOP_ON_TOWN_ROAD :{LTBLUE}Allow drive-through road stops on town owned roads: {ORANGE}{STRING} STR_CONFIG_PATCHES_ADJACENT_STATIONS :{LTBLUE}Allow building adjacent stations: {ORANGE}{STRING} |