Mr. Ice Block can now break power up boxes as well as crafts.
[supertux.git] / src / player.h
index 3cbeb2e..6cf627d 100644 (file)
@@ -49,7 +49,7 @@ class BadGuy;
 /* Scores: */
 
 #define SCORE_BRICK 5
-#define SCORE_DISTRO 25
+#define SCORE_DISTRO 20
 
 /* Sizes: */
 
@@ -110,7 +110,7 @@ public:
   ~TuxBodyParts() { };
 
   void set_action(std::string action);
-  void start_animation(int loops, std::string next_action = "");
+  void one_time_animation();
   void draw(DrawingContext& context, const Vector& pos, int layer,
                 Uint32 drawing_effect = NONE_EFFECT);