changeset 11011:fb38fb72b850 draft

(svn r15351) -Fix (r15350): gcc compile failure
author rubidium <rubidium@openttd.org>
date Thu, 05 Feb 2009 08:10:59 +0000
parents 080a2d6125ed
children 88712c0e082e
files src/table/unmovable_land.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/table/unmovable_land.h
+++ b/src/table/unmovable_land.h
@@ -93,7 +93,7 @@
 
 #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},