diff --git a/stepmania/src/PlayerStageStats.cpp b/stepmania/src/PlayerStageStats.cpp index 59e1c3c8b8..b3ffc46220 100644 --- a/stepmania/src/PlayerStageStats.cpp +++ b/stepmania/src/PlayerStageStats.cpp @@ -39,6 +39,9 @@ void PlayerStageStats::Init() fFirstSecond = FLT_MAX; fLastSecond = 0; + + m_pdaToShow = PER_DIFFICULTY_AWARD_INVALID; + m_pcaToShow = PEAK_COMBO_AWARD_INVALID; } void PlayerStageStats::AddStats( const PlayerStageStats& other )