diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/newgrf.c | 2 |
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 |