[Scummvm-cvs-logs] scummvm master -> 6285509d6461a67711ac4164951e44b6b482d7fc

Strangerke Strangerke at scummvm.org
Tue May 7 07:51:10 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6285509d64 HOPKINS: Fix bug #3612036 - partially broken thumbnail - Courtesy of SylvainTV


Commit: 6285509d6461a67711ac4164951e44b6b482d7fc
    https://github.com/scummvm/scummvm/commit/6285509d6461a67711ac4164951e44b6b482d7fc
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-05-06T22:49:30-07:00

Commit Message:
HOPKINS: Fix bug #3612036 - partially broken thumbnail - Courtesy of SylvainTV

Changed paths:
    engines/hopkins/dialogs.cpp



diff --git a/engines/hopkins/dialogs.cpp b/engines/hopkins/dialogs.cpp
index c8a478f..6cdfbf4 100644
--- a/engines/hopkins/dialogs.cpp
+++ b/engines/hopkins/dialogs.cpp
@@ -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);
 	}






More information about the Scummvm-git-logs mailing list