Improved frozen behavior.
[supertux.git] / src / badguy.h
index 87b03fe..0335351 100644 (file)
@@ -92,11 +92,12 @@ public:
 
   Direction dir;
 
+  Timer frozen_timer;  // gets frozen when a ice shot hits it
+
 private:
   bool removable;
   bool seen;
   int squishcount; /// number of times this enemy was squiched
-  Timer frozen_timer;  // gets frozen when a ice shot hits it
   Timer timer;
   Physic physic;