- fixed a warning
[supertux.git] / src / badguy.h
index caaa8e9..87b03fe 100644 (file)
@@ -96,6 +96,7 @@ 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;