Use run_dead_script wherever possible and make kill_* operations only do stuff once
[supertux.git] / src / badguy / root.cpp
index 5d32120..0eb29c7 100644 (file)
@@ -46,7 +46,8 @@ Root::~Root()
 void
 Root::deactivate()
 {
-  remove_me(); 
+  remove_me();
+  //no dead script
 }
 
 void