SHERLOCK: Fix thumbnails for savegames made via in-game files dialog
This commit is contained in:
parent
acf0b01ad8
commit
4f04f90a97
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue