[Scummvm-cvs-logs] scummvm master -> 15918139b76be21905c36c1328ec160aed422d8e

dreammaster dreammaster at scummvm.org
Fri Oct 16 13:58:07 CEST 2015


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:
15918139b7 SHERLOCK: RT: Fix corrupted savegame thumnails


Commit: 15918139b76be21905c36c1328ec160aed422d8e
    https://github.com/scummvm/scummvm/commit/15918139b76be21905c36c1328ec160aed422d8e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-10-16T07:57:36-04:00

Commit Message:
SHERLOCK: RT: Fix corrupted savegame thumnails

Changed paths:
    engines/sherlock/tattoo/tattoo_user_interface.cpp



diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp
index 6e18c3f..ee028f8 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.cpp
+++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp
@@ -375,6 +375,7 @@ void TattooUserInterface::doStandardControl() {
 	TattooEngine &vm = *(TattooEngine *)_vm;
 	Events &events = *_vm->_events;
 	People &people = *_vm->_people;
+	SaveManager &saves = *_vm->_saves;
 	TattooScene &scene = *(TattooScene *)_vm->_scene;
 	Talk &talk = *_vm->_talk;
 	Common::Point mousePos = events.mousePos();
@@ -472,6 +473,7 @@ void TattooUserInterface::doStandardControl() {
 		if (events._rightReleased) {
 			// Show the verbs menu for the highlighted object
 			_tooltipWidget.banishWindow();
+			saves.createThumbnail();
 			_verbsWidget.load(!noDesc);
 			_verbsWidget.summonWindow();
 






More information about the Scummvm-git-logs mailing list