summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-10-05 02:21:40 +0000
committerbelugas <belugas@openttd.org>2007-10-05 02:21:40 +0000
commit151b50e13b36e6d58921031b0bb5ba4c9de2f3d9 (patch)
tree233e5dd29e341effc046ab34918529dcebd58faf /src/newgrf.cpp
parentfa1322a740e4442570f46fbd1742a4180b3a9f67 (diff)
downloadopenttd-151b50e13b36e6d58921031b0bb5ba4c9de2f3d9.tar.xz
(svn r11204) -Feature: [NewGRF] Add support for Action 00 for Industries and IndustryTiles.
Thanks to :Csaboka for original concept, specs & help. Dalestan for technical explanations. Pikkabird & Georges for detailled comments on their grf works. The Alpha testers (You know who you are). And finally (but not least) Maedhros (newhouses), peter1138(newgrf) Rubidium and glx (numerous and welcome patches) Remember: it certainly can be buggy. But be sure that behaviour has been tested in TTDP (if you can) before raising a flag.
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 1cb4c3dbe..bfb93e2a0 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -4724,7 +4724,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