Fixed creating level-subset again.
[supertux.git] / src / scene.h
index 3b60112..6beaeb6 100644 (file)
@@ -37,6 +37,8 @@ struct PlayerStatus
   int  score_multiplier;
 
   PlayerStatus();
+
+  void reset();
 };
 
 std::string bonus_to_string(PlayerStatus::BonusType b);