Remove draw_text from renderer.hpp and lightmap.hpp since text drawing is done in...
[supertux.git] / src / badguy / stumpy.hpp
index a3bd203..80117fe 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: stumpy.hpp 3980 2006-07-10 19:55:56Z sommer $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
@@ -43,8 +43,8 @@ protected:
   MyState mystate;
 
   Timer invincible_timer;
-   
-  bool collision_squished(Player& player);
+
+  bool collision_squished(GameObject& object);
 };
 
 #endif