station_cmd.c
changeset 2752 b5fe5a7e6282
parent 2737 f16e0a808897
child 2760 29be62b09f09
--- a/station_cmd.c	Wed Dec 14 06:16:34 2005 +0000
+++ b/station_cmd.c	Wed Dec 14 06:20:23 2005 +0000
@@ -1343,7 +1343,7 @@
 	return _price.build_rail >> 1;
 }
 
-void FindRoadStationSpot(bool truck_station, Station *st, RoadStop ***currstop, RoadStop **prev)
+static void FindRoadStationSpot(bool truck_station, Station* st, RoadStop*** currstop, RoadStop** prev)
 {
 	RoadStop **primary_stop;