aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialog.cpp')
-rw-r--r--gui/dialog.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/dialog.cpp b/gui/dialog.cpp
index 1296ef7bbe..ebfdb9d634 100644
--- a/gui/dialog.cpp
+++ b/gui/dialog.cpp
@@ -59,10 +59,7 @@ Dialog::Dialog(const Common::String &name)
//
// Fixes bug #1590596: "HE: When 3x graphics are choosen, F5 crashes game"
// and bug #1595627: "SCUMM: F5 crashes game (640x480)"
- if (g_gui.theme()->needThemeReload()) {
- debug(2, "Theme forced to reload");
- g_gui.screenChange();
- }
+ g_gui.checkScreenChange();
}
int Dialog::runModal() {