Make Tux run automatically. As before, if he is carrying something Tux
[supertux.git] / src / object / lantern.hpp
index 13356cd..c5352df 100644 (file)
@@ -36,6 +36,7 @@ public:
 private:
   Color lightcolor;
   Sprite* lightsprite;
+  void updateColor();
 };
 
 #endif