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 -1
View File
@@ -23,7 +23,7 @@ struct SongOptions
enum FailType { FAIL_ARCADE=0, FAIL_END_OF_SONG, FAIL_OFF };
FailType m_FailType;
float m_fMusicRate;
bool m_bAssistTick, m_bAutoSync;
bool m_bAssistTick, m_bAutoSync, m_bSaveScore;
SongOptions() { Init(); };
void Init();