summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-03-21 23:22:21 +0000
committerbelugas <belugas@openttd.org>2006-03-21 23:22:21 +0000
commitfc6874a52e92cbb2290ff6437f52a9bbe9e4ed66 (patch)
tree60f1db5d9b26ef0a642438a6bdad2702adcb5a9b /table
parent91b66421f368e262f839ff6cb372462333144ddf (diff)
downloadopenttd-fc6874a52e92cbb2290ff6437f52a9bbe9e4ed66.tar.xz
(svn r4004) -CodeChange : Renaming sprites and functions
Diffstat (limited to 'table')
-rw-r--r--table/industry_land.h4
-rw-r--r--table/sprites.h16
2 files changed, 17 insertions, 3 deletions
diff --git a/table/industry_land.h b/table/industry_land.h
index 6c5cc14ec..e0d0b660d 100644
--- a/table/industry_land.h
+++ b/table/industry_land.h
@@ -882,8 +882,8 @@ static const byte _industry_anim_offs_2[] = {
77, 76, 75, 74, 73, 72, 71, 70, 69, 68,
};
-static const byte _coal_plant_sparkles_x[] = {11, 11, 14, 13, 18, 15};
-static const byte _coal_plant_sparkles_y[] = {23, 11, 6, 3, 1, 0};
+static const byte _coal_plant_sparks_x[] = {11, 11, 14, 13, 18, 15};
+static const byte _coal_plant_sparks_y[] = {23, 11, 6, 3, 1, 0};
/* next frame in an animation */
#define N 255
diff --git a/table/sprites.h b/table/sprites.h
index 54ef424ee..1de54ba40 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -846,7 +846,21 @@ enum Sprites {
SPR_TYCOON_IMG1_BEGIN = 4814,
SPR_TYCOON_IMG2_BEGIN = 4824,
- /* Effect vehciles */
+ /* Industry sprites */
+ SPR_IT_SUGAR_MINE_SIEVE = 4775,
+ SPR_IT_SUGAR_MINE_CLOUDS = 4784,
+ SPR_IT_SUGAR_MINE_PILE = 4780,
+ SPR_IT_TOFFEE_QUARRY_TOFFEE = 4766,
+ SPR_IT_TOFFEE_QUARRY_SHOVEL = 4767,
+ SPR_IT_BUBBLE_GENERATOR_SPRING = 4746,
+ SPR_IT_BUBBLE_GENERATOR_BUBBLE = 4747,
+ SPR_IT_TOY_FACTORY_STAMP_HOLDER = 4717,
+ SPR_IT_TOY_FACTORY_STAMP = 4718,
+ SPR_IT_TOY_FACTORY_CLAY = 4719,
+ SPR_IT_TOY_FACTORY_ROBOT = 4720,
+ SPR_IT_POWER_PLANT_TRANSFORMERS = 2054,
+
+ /* Effect vehicles */
SPR_BULLDOZER_NE = 1416,
SPR_BULLDOZER_SE = 1417,
SPR_BULLDOZER_SW = 1418,