X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fnolok_01.h;h=61011aa0a98c61790995e298321e34b32a2cd9ee;hb=875ef8eb7e93726bc67dfa7f05da946250e588d4;hp=ff32034f4b3da5e76bb18b47c4d0ed760abfe0b1;hpb=55a19b5e43db960fc04773eb7f22edd86eac0e6c;p=supertux.git diff --git a/src/badguy/nolok_01.h b/src/badguy/nolok_01.h index ff32034f4..61011aa0a 100644 --- a/src/badguy/nolok_01.h +++ b/src/badguy/nolok_01.h @@ -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; };