road_cmd.c
changeset 1095 b59632d9df1b
parent 1093 4fdc46eaf423
child 1209 2e00193652b2
--- a/road_cmd.c	Sat Jan 22 22:46:10 2005 +0000
+++ b/road_cmd.c	Sat Jan 22 22:47:58 2005 +0000
@@ -20,7 +20,7 @@
 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 @@
 	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) {