fix comment

This commit is contained in:
Glenn Maynard
2005-12-30 04:36:53 +00:00
parent 8bab05a98a
commit 395b06b5c0
+1 -1
View File
@@ -441,7 +441,7 @@ void PrefsManager::RestoreGamePrefs()
{ {
ASSERT( !m_sCurrentGame.Get().empty() ) ASSERT( !m_sCurrentGame.Get().empty() )
// save off old values // load prefs
map<CString, GamePrefs>::const_iterator iter = m_mapGameNameToGamePrefs.find( m_sCurrentGame ); map<CString, GamePrefs>::const_iterator iter = m_mapGameNameToGamePrefs.find( m_sCurrentGame );
if( iter == m_mapGameNameToGamePrefs.end() ) if( iter == m_mapGameNameToGamePrefs.end() )
return; return;