X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fangrystone.hpp;h=1a46e0c728b0efda138012706a5351b460217b09;hb=2d1bc69993923150eb701d3cacb917ab4e23d5ef;hp=7abd8f18f61440d359dc74b776454bb289e6274b;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/badguy/angrystone.hpp b/src/badguy/angrystone.hpp index 7abd8f18f..1a46e0c72 100644 --- a/src/badguy/angrystone.hpp +++ b/src/badguy/angrystone.hpp @@ -1,7 +1,7 @@ // $Id$ // // AngryStone - A spiked block that charges towards the player -// Copyright (C) 2006 Christoph Sommer +// Copyright (C) 2006 Christoph Sommer // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -28,7 +28,6 @@ class AngryStone : public BadGuy public: AngryStone(const lisp::Lisp& reader); - void activate(); void write(lisp::Writer& writer); void collision_solid(const CollisionHit& hit); HitResponse collision_badguy(BadGuy& badguy, const CollisionHit& hit);