moved my personal scons todo to the global one, so that someone else can work on...
[supertux.git] / src / scene.h
index 2c34601..23bbb28 100644 (file)
 // Player stats
 struct PlayerStatus
 {
-  int  score;
   int  distros;
   int  lives;
   enum BonusType { NO_BONUS, GROWUP_BONUS, FLOWER_BONUS };
   BonusType bonus;
 
   int  score_multiplier;
+  int max_score_multiplier;
 
   PlayerStatus();