Issue #89: Respawn Tux at original, not current position. This is because upon restar...
[supertux.git] / src / object / firefly.hpp
index 889afe3..6325087 100644 (file)
@@ -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();
 };