industry_map.h
changeset 3545 b08ce1bbb589
parent 3538 750c4ea83357
child 3553 4aab99ade276
--- a/industry_map.h	Thu Apr 13 17:33:32 2006 +0000
+++ b/industry_map.h	Fri Apr 14 01:54:07 2006 +0000
@@ -9,7 +9,15 @@
 #include "macros.h"
 #include "tile.h"
 
-typedef uint IndustryGfx;
+typedef byte IndustryGfx;
+
+enum {
+	GFX_POWERPLANT_SPARKS =  10,
+	GFX_BUBBLE_CATCHER    = 162,
+	GFX_TOFFEE_QUARY      = 165,
+	GFX_SUGAR_MINE_SIEVE  = 174,
+	GFX_TOY_FACTORY       = 143
+};
 
 static inline uint GetIndustryIndex(TileIndex t)
 {