Some Yeti boss work. Yes, you *can* beat it as small tux. (And the secret area *is...
[supertux.git] / src / badguy / yeti_stalactite.hpp
index ab620f5..48e38d0 100644 (file)
@@ -28,6 +28,7 @@ public:
   void active_update(float elapsed_time);
   void start_shaking();
   bool is_hanging();
+  void update(float elapsed_time);
 };
 
 #endif