summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-02-29 08:48:01 +0000
committerpeter1138 <peter1138@openttd.org>2008-02-29 08:48:01 +0000
commit9ccce574386eb8daf97a0b55baa01be1bf5e01e9 (patch)
tree064d47c27a7440a3e1a27e39cc72ef4a99b5dacd /src/industry_cmd.cpp
parent6bdc8e5fae1c7fa5bc3a681e30e78de7c9b3f76b (diff)
downloadopenttd-9ccce574386eb8daf97a0b55baa01be1bf5e01e9.tar.xz
(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings.
Diffstat (limited to 'src/industry_cmd.cpp')
-rw-r--r--src/industry_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp
index 3fcf766dc..7b8d840e9 100644
--- a/src/industry_cmd.cpp
+++ b/src/industry_cmd.cpp
@@ -2019,7 +2019,6 @@ enum {
*/
static void ChangeIndustryProduction(Industry *i, bool monthly)
{
- extern StringID MapGRFStringID(uint32 grfid, StringID str);
StringID str = STR_NULL;
bool closeit = false;
const IndustrySpec *indspec = GetIndustrySpec(i->type);