summaryrefslogtreecommitdiff
path: root/industry.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-04-10 21:00:56 +0000
committerbelugas <belugas@openttd.org>2006-04-10 21:00:56 +0000
commitf1da549c10f8e2d2207f1b6325a86b0210a28b5e (patch)
treee2a2356f833bf455ac95d036ad577eb097f20f49 /industry.h
parentb0ee09fd1d82f1e28cd061e978c30dda3ae103e0 (diff)
downloadopenttd-f1da549c10f8e2d2207f1b6325a86b0210a28b5e.tar.xz
(svn r4350) CodeChange : Add and use accessors [G|S]etIndustrype. Define and use IndustryGfx type instead of uint
Diffstat (limited to 'industry.h')
-rw-r--r--industry.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/industry.h b/industry.h
index 7f3d216b9..e2841ed36 100644
--- a/industry.h
+++ b/industry.h
@@ -82,11 +82,11 @@ enum {
IT_FARM = 9,
IT_COPPER_MINE = 10,
IT_OIL_WELL = 11,
- IT_BANK = 12,
+ IT_BANK_TEMP = 12,
IT_FOOD_PROCESS = 13,
IT_PAPER_MILL = 14,
IT_GOLD_MINE = 15,
- IT_BANK_2 = 16,
+ IT_BANK_TROPIC_ARCTIC = 16,
IT_DIAMOND_MINE = 17,
IT_IRON_MINE = 18,
IT_FRUIT_PLANTATION = 19,
@@ -107,6 +107,8 @@ enum {
IT_BUBBLE_GENERATOR = 34,
IT_TOFFEE_QUARRY = 35,
IT_SUGAR_MINE = 36,
+ IT_END,
+ IT_INVALID = 255,
};
typedef enum IndustryLifeTypes {