Skip to content

Commit

Permalink
HOPKINS: Fix bug #3612036 - partially broken thumbnail - Courtesy of …
Browse files Browse the repository at this point in the history
…SylvainTV
  • Loading branch information
Strangerke committed May 7, 2013
1 parent 4a62d6c commit 6285509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/hopkins/dialogs.cpp
Expand Up @@ -640,6 +640,7 @@ void DialogsManager::showSaveGame() {
// Since the original GUI doesn't support save names, use a default name
Common::String saveName = Common::String::format("Save #%d", slotNumber);

_vm->_events->refreshScreenAndEvents();
// Save the game
_vm->_saveLoad->saveGame(slotNumber, saveName);
}
Expand Down

0 comments on commit 6285509

Please sign in to comment.