From 3fdb5a7b9c4121c0a14293334b654bc480d154c9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 16 Sep 2004 22:53:40 +0000 Subject: [PATCH] fix comment --- stepmania/src/ThemeManager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index 16a548fc24..283ab7efd2 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -75,7 +75,8 @@ CString ClassAndElementToFileName( const CString &sClassName, const CString &sEl ThemeManager::ThemeManager() { - m_sCurThemeName = ""; // Use the base theme for now. It's up to PrefsManager to change this. + /* We don't have any theme loaded until SwitchThemeAndLanguage is called. */ + m_sCurThemeName = ""; CStringArray arrayThemeNames; GetThemeNames( arrayThemeNames );