1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-03-11 01:49:50 +00:00

(svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading.

This commit is contained in:
rubidium 2007-05-15 13:38:43 +00:00
parent f9e0d3835b
commit 196ddae1db

View File

@ -4213,7 +4213,7 @@ static void InitializeGRFSpecial()
| (1 << 0x05) // resolutionwidth | (1 << 0x05) // resolutionwidth
| (1 << 0x06) // resolutionheight | (1 << 0x06) // resolutionheight
| (0 << 0x07) // newindustries | (0 << 0x07) // newindustries
| (0 << 0x08) // fifoloading | ((_patches.improved_load ? 1 : 0) << 0x08) // fifoloading
| (0 << 0x09) // townroadbranchprob | (0 << 0x09) // townroadbranchprob
| (0 << 0x0A) // tempsnowline | (0 << 0x0A) // tempsnowline
| (1 << 0x0B) // newcargo | (1 << 0x0B) // newcargo