Removed trailing whitespace from all *.?pp files
[supertux.git] / src / object / flower.hpp
index ec72a64..8ee947c 100644 (file)
@@ -39,6 +39,8 @@ private:
 private:
   Flower(const Flower&);
   Flower& operator=(const Flower&);
+  Color light;
+  SpritePtr lightsprite;
 
   friend class FlipLevelTransformer;
 };