diff options
Diffstat (limited to 'engines/sherlock')
-rw-r--r-- | engines/sherlock/user_interface.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sherlock/user_interface.cpp b/engines/sherlock/user_interface.cpp index cb10606562..a3631c577d 100644 --- a/engines/sherlock/user_interface.cpp +++ b/engines/sherlock/user_interface.cpp @@ -1603,6 +1603,12 @@ void UserInterface::doMainControl() { case 'F': pushButton(10); _menuMode = FILES_MODE; + + // Create a thumbnail of the current screen before the files dialog is shown, in case + // the user saves the game + saves.createThumbnail(); + + // Display the dialog saves.drawInterface(); _selector = _oldSelector = -1; |