- fix a bunch of msvc warnings (mostly assigning double constants to float variables)
[supertux.git] / src / badguy / walking_badguy.hpp
index 313a529..b6a934b 100644 (file)
@@ -39,6 +39,9 @@ public:
   HitResponse collision_badguy(BadGuy& badguy, const CollisionHit& hit);
   void freeze();
   void unfreeze();
+  
+  float get_velocity_y() const;
+  void set_velocity_y(float vy);
 
 protected:
   void turn_around();