fade out console
[supertux.git] / src / badguy / snowball.hpp
index 3e34034..5357490 100644 (file)
@@ -38,6 +38,7 @@ protected:
   bool collision_squished(Player& player);
   bool set_direction;
   Direction initial_direction;  
+  bool fluffy;
 };
 
 #endif