From e5cd6b61933537888b1be19af437415861cca57f Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Jan 2005 22:47:58 +0000 Subject: (svn r1596) Add some more statics --- road_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'road_cmd.c') diff --git a/road_cmd.c b/road_cmd.c index f043f8a74..cfac45d59 100644 --- a/road_cmd.c +++ b/road_cmd.c @@ -20,7 +20,7 @@ static bool _road_special_gettrackstatus; void RoadVehEnterDepot(Vehicle *v); -bool HasTileRoadAt(uint tile, int i) +static bool HasTileRoadAt(uint tile, int i) { int mask; byte b; @@ -886,7 +886,7 @@ static uint GetSlopeZ_Road(TileInfo *ti) return z; // normal Z if no slope } -uint GetSlopeTileh_Road(TileInfo *ti) +static uint GetSlopeTileh_Road(TileInfo *ti) { // check if it's a foundation if (ti->tileh != 0) { -- cgit v1.2.3-54-g00ecf