diff options
Diffstat (limited to 'src/vehicle.cpp')
-rw-r--r-- | src/vehicle.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp index be5cf0cdb..fce09cb4a 100644 --- a/src/vehicle.cpp +++ b/src/vehicle.cpp @@ -1633,10 +1633,10 @@ bool CanBuildVehicleInfrastructure(VehicleType type) /** * Determines the #LiveryScheme for a vehicle. - * @param engine_type EngineID of the vehicle - * @param parent_engine_type EngineID of the front vehicle. INVALID_VEHICLE if vehicle is at front itself. - * @param v the vehicle. NULL if in purchase list etc. - * @return livery scheme to use + * @param engine_type Engine of the vehicle. + * @param parent_engine_type Engine of the front vehicle, #INVALID_ENGINE if vehicle is at front itself. + * @param v the vehicle, \c NULL if in purchase list etc. + * @return livery scheme to use. */ LiveryScheme GetEngineLiveryScheme(EngineID engine_type, EngineID parent_engine_type, const Vehicle *v) { |