Loaded and resaved all levels without changes to them to make future patches and...
[supertux.git] / src / player_status.hpp
index 1559725..bf5cc27 100644 (file)
@@ -27,6 +27,7 @@
 #include "serializable.hpp"
 #include "sprite/sprite.hpp"
 #include "console.hpp"
+#include "video/surface.hpp"
 
 static const float BORDER_X = 10;
 static const float BORDER_Y = 10;
@@ -69,7 +70,7 @@ private:
   // don't use this
   PlayerStatus(const PlayerStatus& other);
 
-  std::auto_ptr<Sprite> tux_life;
+  std::auto_ptr<Surface> coin_surface;
 };
 
 // global player state