X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Ffirefly.hpp;h=632508794be760db7b1c21a3d5e0cc8d476696cc;hb=6f03ad6816c77e5ae167427be4217cc8dd1df78d;hp=889afe3bdeb8fb41cc999968388c07927b126d54;hpb=452ccd208bb011be82abce527ffd3dba23f8c6b4;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(); };