Fix issue with action not being updated when typing grow()/fire()/etc in console...
[supertux.git] / src / object / firefly.hpp
index 89a3882..6325087 100644 (file)
@@ -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
-