X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbadguy%2Fbadguy.hpp;h=6c18166127fd3bc1a64cd5e5b84ebc565a5e8c2a;hb=791b577793d178a35031a6585ebc9a73b94f299c;hp=f9592868d7ab2164a09a3b95216f6a433c9cb6d8;hpb=9f9a92cd9d8433c6d4d63b0178fd038a95b9e1a1;p=supertux.git diff --git a/src/badguy/badguy.hpp b/src/badguy/badguy.hpp index f9592868d..6c1816612 100644 --- a/src/badguy/badguy.hpp +++ b/src/badguy/badguy.hpp @@ -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();