fix uninit'd variable
This commit is contained in:
@@ -28,6 +28,7 @@ void ModeChoice::Init()
|
|||||||
m_sScreen = "";
|
m_sScreen = "";
|
||||||
m_pSteps = NULL;
|
m_pSteps = NULL;
|
||||||
m_pCharacter = NULL;
|
m_pCharacter = NULL;
|
||||||
|
m_CourseDifficulty = COURSE_DIFFICULTY_INVALID;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CompareSongOptions( const SongOptions &so1, const SongOptions &so2 );
|
bool CompareSongOptions( const SongOptions &so1, const SongOptions &so2 );
|
||||||
|
|||||||
Reference in New Issue
Block a user