Dead snowballs don't walk around.
[supertux.git] / src / badguy / toad.cpp
index 26da7e3..3df4901 100644 (file)
@@ -51,7 +51,7 @@ Toad::write(lisp::Writer& writer)
 }
 
 void
-Toad::activate()
+Toad::initialize()
 {
   // initial state is JUMPING, because we might start airborne
   state = JUMPING;