(svn r20901) -Fix/Change: When using non-smooth or newgrf-economy changing production rates does not work (anymore), so allow changing the production multiplier instead.

This commit is contained in:
frosch
2010-10-04 20:12:38 +00:00
parent 1abaae6002
commit 75f0653bdf
4 changed files with 60 additions and 5 deletions

View File

@@ -896,6 +896,12 @@ static bool InvalidateCompanyLiveryWindow(int32 p1)
return RedrawScreen(p1);
}
static bool InvalidateIndustryViewWindow(int32 p1)
{
InvalidateWindowClassesData(WC_INDUSTRY_VIEW);
return true;
}
/*
* A: competitors
* B: competitor start time. Deprecated since savegame version 110.