Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / badguy / captainsnowball.cpp
index 4eeaa13..34b287a 100644 (file)
@@ -95,6 +95,4 @@ CaptainSnowball::collision_squished(GameObject& object)
   return true;
 }
 
-IMPLEMENT_FACTORY(CaptainSnowball, "captainsnowball");
-
 /* EOF */