diff options
author | rubidium <rubidium@openttd.org> | 2009-02-05 08:10:59 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-02-05 08:10:59 +0000 |
commit | f30961b5ab4524903d7621b500ae780d0b10595a (patch) | |
tree | 6b4f12fc48031abc0f14970ab9f2012ec79a9e0f /src | |
parent | b53add90251d2d6afdea37d33038536a43a824da (diff) | |
download | openttd-f30961b5ab4524903d7621b500ae780d0b10595a.tar.xz |
(svn r15351) -Fix (r15350): gcc compile failure
Diffstat (limited to 'src')
-rw-r--r-- | src/table/unmovable_land.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/unmovable_land.h b/src/table/unmovable_land.h index 000183564..92f32ca2d 100644 --- a/src/table/unmovable_land.h +++ b/src/table/unmovable_land.h @@ -93,7 +93,7 @@ static const DrawTileSprites _unmovable_display_datas[] = { #undef TILE_SPRITE_LINE -static const UnmovableSpec _original_unmovable[] = { +const UnmovableSpec _original_unmovable[] = { {STR_5801_TRANSMITTER, 1, 1}, {STR_5802_LIGHTHOUSE, 1, 1}, {STR_2016_STATUE, 1, 1}, |