Skip to content

Commit

Permalink
fix uninitialized var
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 24, 2018
1 parent 2565009 commit 77a4f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PlayerStageStats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ void PlayerStageStats::InternalInit()
filehadnegbpms = false;
filegotmines = false;
gaveuplikeadumbass = false;
filegotholds = false;

ZERO( m_iTapNoteScores );
ZERO( m_iHoldNoteScores );
Expand Down

0 comments on commit 77a4f8a

Please sign in to comment.