[Scummvm-git-logs] scummvm master -> 2bfe136a8209d081ab8a760803a9949c3eb74139

dreammaster dreammaster at scummvm.org
Wed Jul 12 04:07:06 CEST 2017


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:
2bfe136a82 TITANIC: Fix savegame names not showing in Continue dialog


Commit: 2bfe136a8209d081ab8a760803a9949c3eb74139
    https://github.com/scummvm/scummvm/commit/2bfe136a8209d081ab8a760803a9949c3eb74139
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-07-11T22:06:59-04:00

Commit Message:
TITANIC: Fix savegame names not showing in Continue dialog

Changed paths:
    engines/titanic/continue_save_dialog.cpp


diff --git a/engines/titanic/continue_save_dialog.cpp b/engines/titanic/continue_save_dialog.cpp
index f266c39..f4c7780 100644
--- a/engines/titanic/continue_save_dialog.cpp
+++ b/engines/titanic/continue_save_dialog.cpp
@@ -96,6 +96,8 @@ void CContinueSaveDialog::render() {
 	Graphics::Screen &screen = *g_vm->_screen;
 	screen.clear();
 	screen.blitFrom(_backdrop, Common::Point(48, 22));
+	CScreenManager::_screenManagerPtr->setSurfaceBounds(SURFACE_PRIMARY,
+		Rect(48, 22, 48 + _backdrop.w, 22 + _backdrop.h));
 
 	if (_evilTwinShown)
 		screen.blitFrom(_evilTwin, Common::Point(78, 59));





More information about the Scummvm-git-logs mailing list