summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2007-01-06 22:43:11 +0000
committerDarkvater <Darkvater@openttd.org>2007-01-06 22:43:11 +0000
commitde11447d08724bc4f0561ec53156e7aa749e235a (patch)
treeb6a3042748923275a12f5d0daccb8587aafac584 /src
parent44eaf0823cb15dded8a7fd826f44418908e67143 (diff)
downloadopenttd-de11447d08724bc4f0561ec53156e7aa749e235a.tar.xz
(svn r7930) -Fix: [FS#520] Wrong GRF flag set for gradual loading (mart3p)
Diffstat (limited to 'src')
-rw-r--r--src/newgrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.c b/src/newgrf.c
index c55c2450c..5278ee6b4 100644
--- a/src/newgrf.c
+++ b/src/newgrf.c
@@ -3268,7 +3268,7 @@ static void InitializeGRFSpecial(void)
| ((_patches.mammoth_trains ? 1 : 0) << 0x08) // mammothtrains
| (1 << 0x09) // trainrefit
| (0 << 0x0B) // subsidiaries
- | ((_patches.gradual_loading ? 1 : 0) << 0x1C) // gradualloading
+ | ((_patches.gradual_loading ? 1 : 0) << 0x0C) // gradualloading
| (1 << 0x12) // unifiedmaglevmode - set bit 0 mode. Not revelant to OTTD
| (1 << 0x13) // unifiedmaglevmode - set bit 1 mode
| (1 << 0x14) // bridgespeedlimits