order_gui.c
changeset 1095 90220990fd7c
parent 1081 b22fd4020122
child 1209 a1ac96655b79
--- a/order_gui.c	Sat Jan 22 22:46:10 2005 +0000
+++ b/order_gui.c	Sat Jan 22 22:47:58 2005 +0000
@@ -167,7 +167,7 @@
 	return v;
 }
 
-Vehicle *GetVehicleOnTile(TileIndex tile, byte owner)
+static Vehicle *GetVehicleOnTile(TileIndex tile, byte owner)
 {
 	FindVehS fs;
 	fs.tile = tile;