added PoisonIvy badguy contributed by Stephen Groundwater
[supertux.git] / src / badguy / badguy.h
index 075b025..c7c24e1 100644 (file)
@@ -91,6 +91,8 @@ protected:
   Vector start_position;
 
   Direction dir;
+
+  int hitpoints;
 private:
   void try_activate();