remove dead_script_hint, add scripting capabilities to willowisp, willowisps can...
[supertux.git] / src / badguy / badguy.hpp
index f959286..6c18166 100644 (file)
@@ -229,7 +229,6 @@ protected:
   bool ignited; /**< true if this badguy is currently on fire */
 
   std::string dead_script; /**< script to execute when badguy is killed */
-  bool draw_dead_script_hint; /**< whether to draw a visual indication that this Badguy triggers a script */
 
 private:
   void try_activate();