summaryrefslogtreecommitdiff
path: root/unmovable_cmd.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-01-26 19:06:16 +0000
committerDarkvater <Darkvater@openttd.org>2006-01-26 19:06:16 +0000
commitd956c5d5da5107c562ead86e85c8813465c72191 (patch)
treed003c59621d908cb0a8ecbf1d837d6762bb05806 /unmovable_cmd.c
parent5e7526948a4cc7a2a2f100fa0e783de17e1335ba (diff)
downloadopenttd-d956c5d5da5107c562ead86e85c8813465c72191.tar.xz
(svn r3447) - CodeChange: [ 1360866 ] station_land.h Naming ALL sprites. Also replaced the SPTR_STATUE_GROUND by the more obvious SPR_CONCRETE_GROUND in unmovable_cmd.c. No functional changes except for commenting out PALETTE_RECOLOR_SPRITE in table/sprites.h. (Belugas)
Diffstat (limited to 'unmovable_cmd.c')
-rw-r--r--unmovable_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmovable_cmd.c b/unmovable_cmd.c
index 07cdb76e4..5697f456c 100644
--- a/unmovable_cmd.c
+++ b/unmovable_cmd.c
@@ -117,7 +117,7 @@ static void DrawTile_Unmovable(TileInfo *ti)
if (ti->map5 == 2) {
// statue
- DrawGroundSprite(SPR_STATUE_GROUND);
+ DrawGroundSprite(SPR_CONCRETE_GROUND);
image = PLAYER_SPRITE_COLOR(GetTileOwner(ti->tile));
image += PALETTE_MODIFIER_COLOR | SPR_STATUE_COMPANY;