From 0682dc3a0d97ecee26d807476071d5f552f86212 Mon Sep 17 00:00:00 2001 From: belugas Date: Mon, 15 Sep 2008 17:18:22 +0000 Subject: (svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by introducing a daily random industry change. This will allow to perform more changes per month on big maps and less on smaller maps, while not overtaxing the IndustryMonthlyLoop process. Thanks to frosch, for nice code ideas and rewrites --- src/industry.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/industry.h') diff --git a/src/industry.h b/src/industry.h index 59a1b932c..f89cf0477 100644 --- a/src/industry.h +++ b/src/industry.h @@ -260,6 +260,8 @@ static inline IndustryGfx GetTranslatedIndustryTileID(IndustryGfx gfx) /* smallmap_gui.cpp */ void BuildIndustriesLegend(); +/* industry_cmd.cpp */ +void SetIndustryDailyChanges(); /** * Check if an Industry exists whithin the pool of industries -- cgit v1.2.3-54-g00ecf