From fc6874a52e92cbb2290ff6437f52a9bbe9e4ed66 Mon Sep 17 00:00:00 2001 From: belugas Date: Tue, 21 Mar 2006 23:22:21 +0000 Subject: (svn r4004) -CodeChange : Renaming sprites and functions --- table/industry_land.h | 4 ++-- table/sprites.h | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) (limited to 'table') 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, -- cgit v1.2.3-54-g00ecf