src/vehiclelist.cpp
changeset 10207 c291a21b304e
parent 10193 ae0dc7f699bf
child 10238 5076964d81a1
--- a/src/vehiclelist.cpp	Tue Sep 30 17:50:21 2008 +0000
+++ b/src/vehiclelist.cpp	Tue Sep 30 20:39:50 2008 +0000
@@ -61,7 +61,7 @@
  * Generate a list of vehicles based on window type.
  * @param list        Pointer to list to add vehicles to
  * @param type        Type of vehicle
- * @param owner       Player to generate list for
+ * @param owner       Company to generate list for
  * @param index       This parameter has different meanings depending on window_type
  *    <ul>
  *      <li>VLW_STATION_LIST:  index of station to generate a list for</li>
@@ -73,7 +73,7 @@
  *    </ul>
  * @param window_type The type of window the list is for, using the VLW_ flags in vehicle_gui.h
  */
-void GenerateVehicleSortList(VehicleList *list, VehicleType type, PlayerID owner, uint32 index, uint16 window_type)
+void GenerateVehicleSortList(VehicleList *list, VehicleType type, Owner owner, uint32 index, uint16 window_type)
 {
 	list->Clear();