Support for initial direction "left"|"right"|"auto" in Dispenser,
[supertux.git] / src / badguy / snowball.hpp
index d13c03f..eab2c06 100644 (file)
@@ -39,7 +39,7 @@ protected:
   bool collision_squished(Player& player);
   bool set_direction;
   Direction initial_direction;  
-  //bool fluffy;
+  std::string direction;
 };
 
 #endif