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
commit7ab8b20faf44696e276d3a15836df08bf21c7d3d (patch)
tree7a33e83753c8db062e024e30635d1349dc2275df /industry_map.h
parentd039d332ecbb96186249208e5692f900ef2ec07e (diff)
downloadopenttd-7ab8b20faf44696e276d3a15836df08bf21c7d3d.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;
/**