Added death sprite for Kirby
[supertux.git] / src / badguy / spiky.cpp
index e0e060b..cc2cd3c 100644 (file)
@@ -26,19 +26,10 @@ Spiky::Spiky(const Reader& reader)
   max_drop_height = 600;
 }
 
-void
-Spiky::freeze()
-{
-  WalkingBadguy::freeze();
-  sprite->set_action(dir == LEFT ? "iced-left" : "iced-right");
-}
-
 bool
 Spiky::is_freezable() const
 {
   return true;
 }
 
-IMPLEMENT_FACTORY(Spiky, "spiky");
-
 /* EOF */