X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Ffirefly.hpp;h=632508794be760db7b1c21a3d5e0cc8d476696cc;hb=5745d9670262c91e6cd35363fd0d2ec169e7c8a4;hp=89a3882aa6c077fc7f979388c7929b084614efd9;hpb=4f1aaead7061c8cee1704f887fc7e1a2bc7b387c;p=supertux.git diff --git a/src/object/firefly.hpp b/src/object/firefly.hpp index 89a3882aa..632508794 100644 --- a/src/object/firefly.hpp +++ b/src/object/firefly.hpp @@ -40,7 +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 -