Rolled back bomb to old behaviour, some bomb gfx tuning
[supertux.git] / src / badguy / skullyhop.cpp
index 76339f8..3c1fe3e 100644 (file)
@@ -52,7 +52,7 @@ SkullyHop::write(lisp::Writer& writer)
 }
 
 void
-SkullyHop::activate()
+SkullyHop::initialize()
 {
   // initial state is JUMPING, because we might start airborne
   state = JUMPING;