diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/roadveh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roadveh.h b/src/roadveh.h index 9459f3816..c74557556 100644 --- a/src/roadveh.h +++ b/src/roadveh.h @@ -210,7 +210,7 @@ protected: // These functions should not be called outside acceleration code. return RoadVehInfo(this->engine_type)->tractive_effort; } - /** + /** * Gets the area used for calculating air drag. * @return Area of the engine. */ |