SHERLOCK: Fix thumbnails for savegames made via in-game files dialog

This commit is contained in:
Paul Gilbert 2015-04-22 07:14:49 -05:00
parent acf0b01ad8
commit 4f04f90a97

View file

@ -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;