(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user