Changed ObjectFactory code so that it works properly when building SuperTux as library
[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 */