Some Yeti boss work. Yes, you *can* beat it as small tux. (And the secret area *is...
[supertux.git] / src / badguy / yeti.hpp
index ac2603b..573a7a0 100644 (file)
@@ -41,7 +41,6 @@ private:
   void jump_up();
   void be_angry();
   void drop_stalactite();
-  void summon_snowball();
   void jump_down();
 
   void draw_hit_points(DrawingContext& context);
@@ -63,7 +62,7 @@ private:
   Timer safe_timer;
   int stomp_count;
   int hit_points;
-  std::auto_ptr<Surface> hud_head;
+  SurfacePtr hud_head;
 };
 
 #endif