(svn r7930) -Fix: [FS#520] Wrong GRF flag set for gradual loading (mart3p)

This commit is contained in:
Darkvater 2007-01-06 22:43:11 +00:00
parent c36db990a0
commit a05ab3028a
1 changed files with 1 additions and 1 deletions

View File

@ -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