nolok dies properly now :)
[supertux.git] / src / badguy / nolok_01.h
index ff32034..61011aa 100644 (file)
@@ -18,7 +18,7 @@ public:
 protected:
   bool collision_squished(Player& player);
   Timer2 action_timer;
-  enum { IDLE, WALKING, JUMPING, SHOOTING };
+  enum { WALKING, JUMPING, SHOOTING };
   int action;
 };