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 | 9d94c8f369218254a7273e22a1dfdf8c35f8a20d (patch) | |
tree | 6b4f12fc48031abc0f14970ab9f2012ec79a9e0f | |
parent | bf82545b4ab37399f89d50b497c0d5c8f7519c77 (diff) | |
download | openttd-9d94c8f369218254a7273e22a1dfdf8c35f8a20d.tar.xz |
(svn r15351) -Fix (r15350): gcc compile failure
-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}, |