summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-06 07:24:10 +0000
committerrubidium <rubidium@openttd.org>2007-07-06 07:24:10 +0000
commitb8f658db9497b3a0532d0efc58e23ad2e6dd5824 (patch)
treeb968dc7033dc02846b7d649f91e6effd2ae181e5 /src/settings_gui.cpp
parent191a479e8d5ded987b04ef65b4d3aaea4eba366b (diff)
downloadopenttd-b8f658db9497b3a0532d0efc58e23ad2e6dd5824.tar.xz
(svn r10451) -Add: support for "prospecting" raw industries, i.e. you pay an amount of money and then it might (with a given chance) build a raw industry somewhere on the map.
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 3546fe3cd..09ad4221b 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -687,7 +687,7 @@ static const char *_patches_stations[] = {
static const char *_patches_economy[] = {
"inflation",
- "build_rawmaterial_ind",
+ "raw_industry_construction",
"multiple_industry_per_town",
"same_industry_close",
"bribe",