Support for initial direction "left"|"right"|"auto" in Dispenser,
[supertux.git] / src / badguy / darttrap.hpp
index 461e852..09ac5fd 100644 (file)
@@ -54,6 +54,7 @@ protected:
 
   State state; /**< current state */
   Timer fire_timer; /**< time until new shot is fired */
+  std::string direction;
 };
 
 #endif