diff options
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r-- | gui/newgui.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp index f4d20920dd..945c944b93 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -93,6 +93,9 @@ NewGui::NewGui() : _redrawStatus(kRedrawDisabled), Common::String themefile(ConfMan.get("gui_theme")); if (themefile.compareToIgnoreCase("default") == 0) themefile = "builtin"; + + if (!themefile.hasSuffix(".zip")) + themefile += ".zip"; loadNewTheme(themefile); _themeChange = false; |