(svn r4004) -CodeChange : Renaming sprites and functions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user