fixed a couple of nolok's minor bugs
[supertux.git] / src / badguy / dispenser.h
index 76abc28..6c83a28 100644 (file)
@@ -16,6 +16,7 @@ public:
 
 protected:
   bool collision_squished(Player& player);
+  void launch_badguy();
   float cycle;
   std::string badguy;
   Timer2 dispense_timer;