mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading.
This commit is contained in:
parent
f9e0d3835b
commit
196ddae1db
@ -4213,7 +4213,7 @@ static void InitializeGRFSpecial()
|
||||
| (1 << 0x05) // resolutionwidth
|
||||
| (1 << 0x06) // resolutionheight
|
||||
| (0 << 0x07) // newindustries
|
||||
| (0 << 0x08) // fifoloading
|
||||
| ((_patches.improved_load ? 1 : 0) << 0x08) // fifoloading
|
||||
| (0 << 0x09) // townroadbranchprob
|
||||
| (0 << 0x0A) // tempsnowline
|
||||
| (1 << 0x0B) // newcargo
|
||||
|
Loading…
Reference in New Issue
Block a user