summaryrefslogtreecommitdiff
path: root/src/table/unmovable_land.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-21 23:40:56 +0000
committerrubidium <rubidium@openttd.org>2009-04-21 23:40:56 +0000
commit59d45a04d606cf7eeffed150f09497dfc56d1014 (patch)
tree9ee92bfa0c3076957e0f2d3bfe29777c0f79a512 /src/table/unmovable_land.h
parent58db962353cfb87ef4571462e6d0656781939edd (diff)
downloadopenttd-59d45a04d606cf7eeffed150f09497dfc56d1014.tar.xz
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
Diffstat (limited to 'src/table/unmovable_land.h')
-rw-r--r--src/table/unmovable_land.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/table/unmovable_land.h b/src/table/unmovable_land.h
index a30a4b64b..05fd44546 100644
--- a/src/table/unmovable_land.h
+++ b/src/table/unmovable_land.h
@@ -94,9 +94,9 @@ static const DrawTileSprites _unmovable_display_datas[] = {
#undef TILE_SPRITE_LINE
const UnmovableSpec _original_unmovable[] = {
- {STR_5801_TRANSMITTER, 1, 1},
- {STR_5802_LIGHTHOUSE, 1, 1},
- {STR_2016_STATUE, 1, 1},
- {STR_5805_COMPANY_OWNED_LAND, 10, 2},
- {STR_5803_COMPANY_HEADQUARTERS, 1, 1},
+ {STR_UNMOVABLE_DESCRIPTION_TRANSMITTER, 1, 1},
+ {STR_UNMOVABLE_DESCRIPTION_LIGHTHOUSE, 1, 1},
+ {STR_TOWN_BUILDING_NAME_STATUE_1, 1, 1},
+ {STR_UNMOVABLE_DESCRIPTION_COMPANY_OWNED_LAND, 10, 2},
+ {STR_UNMOVABLE_DESCRIPTION_COMPANY_HEADQUARTERS, 1, 1},
};