m_bCheckSongCacheOnLoad -> !m_bFastLoad

This commit is contained in:
Glenn Maynard
2003-12-31 09:32:21 +00:00
parent db424929c5
commit 5c64b361b7
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -212,7 +212,7 @@ MOVE( Lyrics, PREFSMAN->m_bShowLyrics );
/* Misc. options */
MOVE( AutogenMissingTypes, PREFSMAN->m_bAutogenMissingTypes );
MOVE( AutogenGroupCourses, PREFSMAN->m_bAutogenGroupCourses );
MOVE( CheckSongCacheOnLoad, PREFSMAN->m_bCheckSongCacheOnLoad );
MOVE( FastLoad, PREFSMAN->m_bFastLoad );
/* Background options */
MOVE( BackgroundMode, PREFSMAN->m_BackgroundMode );
@@ -424,7 +424,7 @@ static const ConfOption g_ConfOptions[] =
/* Misc options */
ConfOption( "Autogen\nMissing Types", AutogenMissingTypes, "OFF","ON" ),
ConfOption( "Autogen\nGroup Courses", AutogenGroupCourses, "OFF","ON" ),
ConfOption( "Fast\nLoad", CheckSongCacheOnLoad,"OFF","ON" ),
ConfOption( "Fast\nLoad", FastLoad, "OFF","ON" ),
/* Background options */
ConfOption( "Background\nMode", BackgroundMode, "OFF","ANIMATIONS","VISUALIZATIONS","RANDOM MOVIES" ),