summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-05-19 11:17:30 +0000
committerpeter1138 <peter1138@openttd.org>2007-05-19 11:17:30 +0000
commitd22478a22b741c5812754f9fff99a0389909b4ab (patch)
treedd6a8e3b6015cd604755f648e869160051ff41e4 /src/newgrf.cpp
parentda204ca17f10b7e101a4bae8b5de5f9c05474ee7 (diff)
downloadopenttd-d22478a22b741c5812754f9fff99a0389909b4ab.tar.xz
(svn r9876) -Codechange: [NewHouses] Add support for callback 2E (cargo production)
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 10326ef7a..b1da32a06 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -4213,7 +4213,7 @@ static void InitializeGRFSpecial()
| (0 << 0x04) // aichoosechance
| (1 << 0x05) // resolutionwidth
| (1 << 0x06) // resolutionheight
- | (0 << 0x07) // newindustries
+ | (1 << 0x07) // newindustries
| ((_patches.improved_load ? 1 : 0) << 0x08) // fifoloading
| (0 << 0x09) // townroadbranchprob
| (0 << 0x0A) // tempsnowline