Added a dead_script to ghosttree so that issue #34 could be closed
[supertux.git] / src / badguy / ghosttree.cpp
index 89ff2df..89ce7e9 100644 (file)
@@ -75,6 +75,7 @@ GhostTree::die()
     TreeWillOWisp *willo = *iter;
     willo->vanish();
   }
+  run_dead_script();
 }
 
 void