X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fbadguy.hpp;h=6c18166127fd3bc1a64cd5e5b84ebc565a5e8c2a;hb=c655b296af60a436a8ce2bf0e6ede4f72eae0580;hp=7013542ec75de0e1c81cdfc3ad11561539f1ba7b;hpb=6b491f2062d0f0a0460b317ccb3aef4b4fed8e7e;p=supertux.git diff --git a/src/badguy/badguy.hpp b/src/badguy/badguy.hpp index 7013542ec..6c1816612 100644 --- a/src/badguy/badguy.hpp +++ b/src/badguy/badguy.hpp @@ -73,7 +73,7 @@ public: /** Writes out the badguy into the included lisp::Writer. Useful e.g. when * converting an old-format level to the new format. */ - virtual void save(lisp::Writer& writer); + virtual void write(lisp::Writer& writer); /** * True if this badguy can break bricks or open bonusblocks in his current form. @@ -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();