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
commit1a2fac805c686f433e239ca100b06e5679bf64da (patch)
treed003c59621d908cb0a8ecbf1d837d6762bb05806 /unmovable_cmd.c
parent6fb36934a82842c7ea1334714c9f5a746c12a8ab (diff)
downloadopenttd-1a2fac805c686f433e239ca100b06e5679bf64da.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;