aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index a1b43dc418..e699d22a53 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -952,8 +952,7 @@ void Scumm::runDialog(Dialog *dialog)
_sound->pauseSounds(true);
// Open & run the dialog
- dialog->open();
- _newgui->runLoop();
+ dialog->runModal();
// Restore old cursor
updateCursor();