badguy/haywire.cpp: Use the x-acceleration to follow the player.
[supertux.git] / src / badguy / snowball.cpp
index 92769c7..7629a4f 100644 (file)
@@ -39,6 +39,4 @@ SnowBall::collision_squished(GameObject& object)
   return true;
 }
 
-IMPLEMENT_FACTORY(SnowBall, "snowball");
-
 /* EOF */