(svn r2267) - Codechange: Reverted the typedeffing of VehicleType (r2256), since that interfered with the saveload code.

This commit is contained in:
matthijs
2005-05-04 22:13:07 +00:00
parent b12c6bac57
commit c85f049f52
3 changed files with 5 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ void ResortVehicleLists(void)
}
}
void BuildVehicleList(vehiclelist_d *vl, VehicleType type, int owner, int station)
void BuildVehicleList(vehiclelist_d *vl, int type, int owner, int station)
{
int subtype = (type != VEH_Aircraft) ? TS_Front_Engine : 2;
int n = 0;