summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-15 13:38:43 +0000
committerrubidium <rubidium@openttd.org>2007-05-15 13:38:43 +0000
commit3615d2aeee788dfd504f9af20b8ccfb643900694 (patch)
treedbd6ad4fa5de718dbdbd03708eddaa86780bfa1c /src/newgrf.cpp
parentf17f17fa45086a66744cbcbb40b96ab31470f9c5 (diff)
downloadopenttd-3615d2aeee788dfd504f9af20b8ccfb643900694.tar.xz
(svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading.
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
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