From a7d0cdf95fd8847ab76b35446e1c9b77f8ef1cb7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 10 Jan 2007 18:56:51 +0000 Subject: (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. --- src/dummy_land.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dummy_land.cpp') diff --git a/src/dummy_land.cpp b/src/dummy_land.cpp index 10952fc00..aa9a72d99 100644 --- a/src/dummy_land.cpp +++ b/src/dummy_land.cpp @@ -66,7 +66,7 @@ static uint32 GetTileTrackStatus_Dummy(TileIndex tile, TransportType mode) return 0; } -const TileTypeProcs _tile_type_dummy_procs = { +extern const TileTypeProcs _tile_type_dummy_procs = { DrawTile_Dummy, /* draw_tile_proc */ GetSlopeZ_Dummy, /* get_slope_z_proc */ ClearTile_Dummy, /* clear_tile_proc */ -- cgit v1.2.3-54-g00ecf