Do not resurrect squished bouncing snowball when colliding with badguy or tile
[supertux.git] / src / badguy / willowisp.hpp
index 19e4bb1..42ad8fc 100644 (file)
@@ -81,6 +81,7 @@ private:
   float flyspeed;
   float track_range;
   float vanish_range;
+  SpritePtr lightsprite;
 };
 
 #endif