Make Badguy activation dependent of Player position, not currently-visible screen
[supertux.git] / src / badguy / igel.cpp
index b8450d2..60bb104 100644 (file)
@@ -55,7 +55,7 @@ Igel::write(lisp::Writer& writer)
 void
 Igel::be_normal()
 {
-  activate();
+  initialize();
 }
 
 void