X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fstumpy.hpp;h=80117feb5fcc9d5d710a930f0378a8c67c0e8d36;hb=c655b296af60a436a8ce2bf0e6ede4f72eae0580;hp=25ca246da065b2caad69976030f404f33c3bc21b;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/badguy/stumpy.hpp b/src/badguy/stumpy.hpp index 25ca246da..80117feb5 100644 --- a/src/badguy/stumpy.hpp +++ b/src/badguy/stumpy.hpp @@ -1,4 +1,4 @@ -// $Id: stumpy.hpp 3980 2006-07-10 19:55:56Z sommer $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun @@ -44,7 +44,7 @@ protected: Timer invincible_timer; - bool collision_squished(Player& player); + bool collision_squished(GameObject& object); }; #endif