From 5ab64809fe72c38d373bdbed6ffa9b6660dd69d6 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 3 Jan 2010 22:44:57 +0000 Subject: (svn r18708) -Feature: [NewGRF] Add support for custom station foundation graphics. --- src/landscape.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/landscape.cpp') diff --git a/src/landscape.cpp b/src/landscape.cpp index d42d23c8f..3cc7a6fc8 100644 --- a/src/landscape.cpp +++ b/src/landscape.cpp @@ -338,7 +338,7 @@ Slope GetFoundationSlope(TileIndex tile, uint *z) } -static bool HasFoundationNW(TileIndex tile, Slope slope_here, uint z_here) +bool HasFoundationNW(TileIndex tile, Slope slope_here, uint z_here) { uint z; @@ -355,7 +355,7 @@ static bool HasFoundationNW(TileIndex tile, Slope slope_here, uint z_here) } -static bool HasFoundationNE(TileIndex tile, Slope slope_here, uint z_here) +bool HasFoundationNE(TileIndex tile, Slope slope_here, uint z_here) { uint z; -- cgit v1.2.3-54-g00ecf