prefs name cleanup

This commit is contained in:
Chris Danford
2004-12-04 06:09:30 +00:00
parent 783e492b0b
commit 2b9d990e71
10 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ ScreenInstructions::ScreenInstructions( CString sName ) : ScreenWithMenuElements
//
// Skip this screen unless someone chose easy or beginner
//
if( !PREFSMAN->m_bInstructions )
if( !PREFSMAN->m_bShowInstructions )
{
HandleScreenMessage( SM_GoToNextScreen );
return;