* Limit coins to 9999 so the displayed amount is correct.
[supertux.git] / src / physic.hpp
index 3922180..f8e807d 100644 (file)
@@ -43,7 +43,7 @@ public:
   void set_velocity_x(float vx);
   void set_velocity_y(float vy);
 
-  /// Velocities invertion.
+  /// Velocity inversion.
   void inverse_velocity_x();
   void inverse_velocity_y();