(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)

This commit is contained in:
bjarni
2006-08-30 19:49:46 +00:00
parent 118409fb8c
commit ba3cc51d5b
2 changed files with 1 additions and 3 deletions

View File

@@ -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;