Remove draw_text from renderer.hpp and lightmap.hpp since text drawing is done in...
[supertux.git] / src / badguy / stumpy.hpp
index 25ca246..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>
@@ -44,7 +44,7 @@ protected:
 
   Timer invincible_timer;
 
-  bool collision_squished(Player& player);
+  bool collision_squished(GameObject& object);
 };
 
 #endif