converted player to new object system
[supertux.git] / src / badguy.h
index caaa8e9..0335351 100644 (file)
@@ -92,6 +92,8 @@ public:
 
   Direction dir;
 
+  Timer frozen_timer;  // gets frozen when a ice shot hits it
+
 private:
   bool removable;
   bool seen;