(svn r4614) CodeChange : Cleanup of industry_cmd (Step-4).

Removing the _industry_type_costs in favor of IndustrySpec.cost_multiplier;
In order to let industry_gui use the GetIndustrySpec accessor,
some structs had to be moved in industry.h
This commit is contained in:
belugas
2006-04-28 21:58:16 +00:00
parent bcaf09a014
commit 910825b1d5
5 changed files with 227 additions and 227 deletions

View File

@@ -9,7 +9,6 @@
#include "macros.h"
#include "tile.h"
typedef byte IndustryGfx;
/**