Fixed numerous issues that caused errors in clang
[supertux.git] / src / badguy / kugelblitz.hpp
index b235aec..6b6f61c 100644 (file)
@@ -46,7 +46,6 @@ private:
   Timer movement_timer;
   Timer lifetime;
   int direction;
-  State state;
   Color light;
   SpritePtr lightsprite;
 };