s/ReloadCommonSounds/ThemeChanged/

This commit is contained in:
Glenn Maynard
2004-09-16 22:05:24 +00:00
parent c9be7aafca
commit 1b82495f93
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ ScreenManager::~ScreenManager()
delete m_SystemLayer;
}
void ScreenManager::ReloadCommonSounds()
void ScreenManager::ThemeChanged()
{
// reload common sounds
m_soundStart.Load( THEME->GetPathS("Common","start") );