diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp index 16e693b373b..cf16eec2383 100644 --- a/gui/ThemeEngine.cpp +++ b/gui/ThemeEngine.cpp @@ -660,6 +660,8 @@ bool ThemeEngine::addDrawData(const Common::String &data, bool cached) { void ThemeEngine::loadTheme(const Common::String &themeId) { unloadTheme(); + debug(6, "Loading theme %s", themeId.c_str()); + if (themeId == "builtin") { _themeOk = loadDefaultXML(); } else {