fix uninit'd variable

This commit is contained in:
Chris Danford
2004-01-14 08:17:34 +00:00
parent 773aa57b41
commit 431917de92
+1
View File
@@ -28,6 +28,7 @@ void ModeChoice::Init()
m_sScreen = "";
m_pSteps = NULL;
m_pCharacter = NULL;
m_CourseDifficulty = COURSE_DIFFICULTY_INVALID;
}
bool CompareSongOptions( const SongOptions &so1, const SongOptions &so2 );