From 196ddae1db750e9e502bf972352f2cee747100aa Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 15 May 2007 13:38:43 +0000 Subject: (svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading. --- src/newgrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 681ceb417..d2e2c21e8 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -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 -- cgit v1.2.3-70-g09d2