From a05ab3028ad81f3144ff289fcf5a5dd31cbd41fd Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 6 Jan 2007 22:43:11 +0000 Subject: [PATCH] (svn r7930) -Fix: [FS#520] Wrong GRF flag set for gradual loading (mart3p) --- src/newgrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgrf.c b/src/newgrf.c index c55c2450cd..5278ee6b46 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