Some more aspect ratio stuff
[supertux.git] / src / badguy / snowball.hpp
index bdb9b57..ef32818 100644 (file)
@@ -32,9 +32,8 @@ public:
   virtual SnowBall* clone() const { return new SnowBall(*this); }
 
 protected:
-  bool collision_squished(Player& player);
+  bool collision_squished(GameObject& object);
 
 };
 
 #endif
-