implemented a new object factory mechanism which is now really independent of the...
[supertux.git] / src / badguy / flyingsnowball.cpp
index e07179a..94caec9 100644 (file)
@@ -80,3 +80,4 @@ FlyingSnowBall::active_action(float elapsed_time)
   sprite->set_action(dir == LEFT ? "left" : "right");
 }
 
+IMPLEMENT_FACTORY(FlyingSnowBall, "flyingsnowball")