Fixed a Segmentation Fault when mr_iceblock was kicked into a brick containing coins...
[supertux.git] / src / object / growup.hpp
index f1427c0..4b04823 100644 (file)
@@ -35,6 +35,7 @@ public:
 private:
   Physic physic;
   Color light;
+  SpritePtr shadesprite;
   SpritePtr lightsprite;
 };