updated dispenser -- can summon mriceblock, snowball, bouncing_snowball and mrbomb now
[supertux.git] / src / badguy / nolok_01.h
index ff32034..b35ca36 100644 (file)
@@ -18,8 +18,8 @@ public:
 protected:
   bool collision_squished(Player& player);
   Timer2 action_timer;
-  enum { IDLE, WALKING, JUMPING, SHOOTING };
-  int action;
+  enum Actions { WALKING, JUMPING, SHOOTING };
+  Actions action;
 };
 
 #endif