fix crashes due to uninitted variable
This commit is contained in:
@@ -100,6 +100,9 @@ void GameState::Reset()
|
|||||||
SAFE_DELETE( m_pPosition );
|
SAFE_DELETE( m_pPosition );
|
||||||
m_pPosition = new NoteFieldPositioning("Positioning.ini");
|
m_pPosition = new NoteFieldPositioning("Positioning.ini");
|
||||||
|
|
||||||
|
for( p=0; p<NUM_PLAYERS; p++ )
|
||||||
|
m_bAttackBeganThisUpdate[p] = false;
|
||||||
|
|
||||||
ResetMusicStatistics();
|
ResetMusicStatistics();
|
||||||
ResetStageStatistics();
|
ResetStageStatistics();
|
||||||
SONGMAN->UpdateBest();
|
SONGMAN->UpdateBest();
|
||||||
|
|||||||
Reference in New Issue
Block a user