script/picnic image bg -reworking
[supertux.git] / src / badguy / badguy.h
index d5c948c..621466e 100644 (file)
@@ -137,14 +137,11 @@ protected:
   Vector start_position;
 
   Direction dir;
-
-  int hitpoints;
-  int bullet_hitpoints;
 private:
   void try_activate();
   
   State state;
-  Timer2 state_timer;
+  Timer state_timer;
 };
 
 #endif