summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-04-20 15:03:58 +0000
committerpeter1138 <peter1138@openttd.org>2007-04-20 15:03:58 +0000
commitc7bdb5afe5b53616324025ff9dfd0a4c6602a292 (patch)
treee524c6cab4362fd214297fde948e4f0e4e510e93 /src
parentaaa917d56dfb284d92dd2d7838ab5dfff201be1b (diff)
downloadopenttd-c7bdb5afe5b53616324025ff9dfd0a4c6602a292.tar.xz
(svn r9686) -Codechange: Update a couple of NewGRF TTDPatch flags
Diffstat (limited to 'src')
-rw-r--r--src/newgrf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index fb39ebf47..c1805540e 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -4109,11 +4109,11 @@ static void InitializeGRFSpecial()
| (0 << 0x11) // moretoylandfeatures
| (1 << 0x12) // newstations
| (0 << 0x13) // tracktypecostdiff
- | (0 << 0x14) // manualconvert
+ | (1 << 0x14) // manualconvert
| ((_patches.build_on_slopes ? 1 : 0) << 0x15) // buildoncoasts
| (1 << 0x16) // canals
| (1 << 0x17) // newstartyear
- | (0 << 0x18) // freighttrains
+ | ((_patches.freight_trains > 1 ? 1 : 0) << 0x18) // freighttrains
| (1 << 0x19) // newhouses
| (1 << 0x1A) // newbridges
| (0 << 0x1B) // newtownnames