Activate firefly on restart
[supertux.git] / src / object / firefly.hpp
index f77a574..889afe3 100644 (file)
@@ -40,6 +40,7 @@ public:
 
 private:
   bool activated;
+  void reactivate();
 };
 
 #endif