Support for initial direction "left"|"right"|"auto" in Dispenser,
[supertux.git] / src / badguy / zeekling.hpp
index 11b8199..0b3532e 100644 (file)
@@ -56,7 +56,7 @@ private:
   bool should_we_dive();
   void onBumpHorizontal();
   void onBumpVertical();
-
+  std::string direction;
 };
 
 #endif