Rolled back bomb to old behaviour, some bomb gfx tuning
[supertux.git] / src / badguy / angrystone.hpp
index 7abd8f1..1a46e0c 100644 (file)
@@ -1,7 +1,7 @@
 //  $Id$
 //
 //  AngryStone - A spiked block that charges towards the player
-//  Copyright (C) 2006 Christoph Sommer <supertux@2006.expires.deltadevelopment.de>
+//  Copyright (C) 2006 Christoph Sommer <christoph.sommer@2006.expires.deltadevelopment.de>
 //
 //  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);