Dead snowballs don't walk around.
[supertux.git] / src / badguy / dispenser.hpp
index e553d54..95b5cad 100644 (file)
@@ -45,6 +45,8 @@ protected:
   float cycle;
   std::string badguy;
   Timer dispense_timer;
+  bool autotarget;
+  bool swivel;
 };
 
 #endif