summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-08-30 19:49:46 +0000
committerbjarni <bjarni@openttd.org>2006-08-30 19:49:46 +0000
commit1983c07955204111288fb017770e6c988e4fcda4 (patch)
tree0e7a9605d41493253c63619bb50ea6878e0f5bb7 /vehicle_gui.c
parent2a07ed9d46ecf07a6ea0c802970c4a3c70dd76eb (diff)
downloadopenttd-1983c07955204111288fb017770e6c988e4fcda4.tar.xz
(svn r6243) -Codechange: made SortVehicleList() static as well since that one is not used in any other files either (Thanks Tron for pointing this out)
Diffstat (limited to 'vehicle_gui.c')
-rw-r--r--vehicle_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.c b/vehicle_gui.c
index e76700241..bec8e1516 100644
--- a/vehicle_gui.c
+++ b/vehicle_gui.c
@@ -198,7 +198,7 @@ static void BuildVehicleList(vehiclelist_d* vl, int type, PlayerID owner, Statio
vl->flags |= VL_RESORT;
}
-void SortVehicleList(vehiclelist_d *vl)
+static void SortVehicleList(vehiclelist_d *vl)
{
if (!(vl->flags & VL_RESORT)) return;