Added option to not save songs

This commit is contained in:
Nick
2003-09-04 21:24:50 +00:00
parent c8468a4211
commit 5ff010ee4e
5 changed files with 39 additions and 34 deletions
+1
View File
@@ -22,6 +22,7 @@ void SongOptions::Init()
m_bAssistTick = false;
m_fMusicRate = 1.0f;
m_bAutoSync = false;
m_bSaveScore = true;
}
CString SongOptions::GetString()