diff options
Diffstat (limited to 'src/ground_vehicle.hpp')
-rw-r--r-- | src/ground_vehicle.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ground_vehicle.hpp b/src/ground_vehicle.hpp index 7a47e20ba..5be320d0f 100644 --- a/src/ground_vehicle.hpp +++ b/src/ground_vehicle.hpp @@ -77,7 +77,7 @@ struct GroundVehicle : public SpecializedVehicle<T, Type> { void CargoChanged(); int GetAcceleration() const; - /** + /** * Calculates the total slope resistance for this vehicle. * @return Slope resistance. */ |