(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
1 changed files with 1 additions and 1 deletions

View File

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