Fixed time/badguy errors in statistics, still needs some testing
[supertux.git] / src / player_status.hpp
index 0660d68..0e768ae 100644 (file)
@@ -1,7 +1,8 @@
 //  $Id$
 //
-//  SuperTux -  A Jump'n Run
+//  SuperTux
 //  Copyright (C) 2003 Tobias Glaesser <tobi.web@gmx.de>
+//  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
 //
 //  This program is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU General Public License
@@ -58,6 +59,8 @@ public:
   
   int  coins;
   BonusType bonus;
+  int max_fire_bullets; /**< maximum number of fire bullets in play */
+  int max_ice_bullets; /**< maximum number of ice bullets in play */
 
   int score_multiplier;
   int max_score_multiplier;
@@ -76,7 +79,8 @@ private:
   // don't use this
   PlayerStatus(const PlayerStatus& other);
   
-  int  keys;
+  int keys;
+
   std::auto_ptr<Sprite> tux_life;
   std::auto_ptr<Sprite> key_iron;
   std::auto_ptr<Sprite> key_brass;