summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-03 08:32:58 +0000
committerrubidium <rubidium@openttd.org>2010-08-03 08:32:58 +0000
commitf812e800028ae4fc65230da398c77d5d0fd695e7 (patch)
treeda9fdd0a058b4d6c8ad1bc6e5d5ef07d97d168a0 /src/table
parentffedcc6533439009c890e513ed60ed02574d2a69 (diff)
downloadopenttd-f812e800028ae4fc65230da398c77d5d0fd695e7.tar.xz
(svn r20336) -Codechange: rework the HQ updating
Diffstat (limited to 'src/table')
-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 7a10e3773..a041fa22b 100644
--- a/src/table/unmovable_land.h
+++ b/src/table/unmovable_land.h
@@ -101,9 +101,9 @@ static const DrawTileSprites _unmovable_display_datas[] = {
#undef TILE_SPRITE_LINE
static const UnmovableSpec _original_unmovable[] = {
- {STR_LAI_UNMOVABLE_DESCRIPTION_TRANSMITTER, 1, 1},
- {STR_LAI_UNMOVABLE_DESCRIPTION_LIGHTHOUSE, 1, 1},
- {STR_TOWN_BUILDING_NAME_STATUE_1, 1, 1},
- {STR_LAI_UNMOVABLE_DESCRIPTION_COMPANY_OWNED_LAND, 10, 2},
- {STR_LAI_UNMOVABLE_DESCRIPTION_COMPANY_HEADQUARTERS, 1, 1},
+ {STR_LAI_UNMOVABLE_DESCRIPTION_TRANSMITTER, 0x11, 1, 1},
+ {STR_LAI_UNMOVABLE_DESCRIPTION_LIGHTHOUSE, 0x11, 1, 1},
+ {STR_TOWN_BUILDING_NAME_STATUE_1, 0x11, 1, 1},
+ {STR_LAI_UNMOVABLE_DESCRIPTION_COMPANY_OWNED_LAND, 0x11, 10, 2},
+ {STR_LAI_UNMOVABLE_DESCRIPTION_COMPANY_HEADQUARTERS, 0x22, 1, 1},
};