X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Ffirefly.hpp;h=632508794be760db7b1c21a3d5e0cc8d476696cc;hb=20f50f690c18aefbedeeb43eda094c8cb70351a9;hp=f77a5745b894ccdf5f72696816fdd2e4e46fe704;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/object/firefly.hpp b/src/object/firefly.hpp index f77a5745b..632508794 100644 --- a/src/object/firefly.hpp +++ b/src/object/firefly.hpp @@ -40,6 +40,8 @@ public: private: bool activated; + Vector initial_position; /**< position as in level file. This is where Tux will have to respawn, as the level is reset every time */ + void reactivate(); }; #endif