X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Ffirefly.hpp;h=632508794be760db7b1c21a3d5e0cc8d476696cc;hb=ae7bd4f460fdd93934fc0abc9589758a49309bda;hp=889afe3bdeb8fb41cc999968388c07927b126d54;hpb=b9f4b667813697c7c8cfba795eb39c83084c91bf;p=supertux.git diff --git a/src/object/firefly.hpp b/src/object/firefly.hpp index 889afe3bd..632508794 100644 --- a/src/object/firefly.hpp +++ b/src/object/firefly.hpp @@ -40,6 +40,7 @@ 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(); };