Removed unused max_score_multiplier and score_multiplier
[supertux.git] / src / player_status.hpp
index 520bd74..1840ab8 100644 (file)
@@ -59,9 +59,6 @@ public:
   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;
-
   void operator= (const PlayerStatus& other);
 
 private: