Applied sound pre-loading patch from mathnerd314 (#331)
[supertux.git] / src / badguy / plant.cpp
index 5830d2b..27db59b 100644 (file)
@@ -42,7 +42,7 @@ Plant::write(lisp::Writer& writer)
 }
 
 void
-Plant::activate()
+Plant::initialize()
 {
   //FIXME: turns sspiky around for debugging
   dir = dir == LEFT ? RIGHT : LEFT;