add pseudolocalize

This commit is contained in:
Chris Danford
2006-01-06 23:34:41 +00:00
parent 210f36a243
commit b70eb0e509
3 changed files with 37 additions and 20 deletions
+1
View File
@@ -794,6 +794,7 @@ void ReadGamePrefsFromDisk( bool bSwitchToLastPlayedGame )
// it's OK to call these functions with names that don't exist.
ANNOUNCER->SwitchAnnouncer( sAnnouncer );
THEME->SwitchThemeAndLanguage( sTheme, PREFSMAN->m_sLanguage );
THEME->SetPseudoLocalilze( PREFSMAN->m_bPseudoLocalize );
}