summaryrefslogtreecommitdiff
path: root/industry_map.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-04-28 21:58:16 +0000
committerbelugas <belugas@openttd.org>2006-04-28 21:58:16 +0000
commit910825b1d5a8770945e50081a91f62c47bd319ad (patch)
tree7a33e83753c8db062e024e30635d1349dc2275df /industry_map.h
parentbcaf09a01410e0149a9ed33dde4e8582486a57fe (diff)
downloadopenttd-910825b1d5a8770945e50081a91f62c47bd319ad.tar.xz
(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
Diffstat (limited to 'industry_map.h')
-rw-r--r--industry_map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/industry_map.h b/industry_map.h
index 529e75317..0ca3f07c8 100644
--- a/industry_map.h
+++ b/industry_map.h
@@ -9,7 +9,6 @@
#include "macros.h"
#include "tile.h"
-typedef byte IndustryGfx;
/**