[Scummvm-cvs-logs] scummvm master -> 1460e1f2965a474a968ecabc091c437ee5692927

dreammaster dreammaster at scummvm.org
Wed Jul 29 03:05:24 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:
1460e1f296 SHERLOCK: RT: Properly redraw screen after closing journal


Commit: 1460e1f2965a474a968ecabc091c437ee5692927
    https://github.com/scummvm/scummvm/commit/1460e1f2965a474a968ecabc091c437ee5692927
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-28T21:04:21-04:00

Commit Message:
SHERLOCK: RT: Properly redraw screen after closing journal

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 d8faa3e..e8756a7 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.cpp
+++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp
@@ -229,7 +229,7 @@ void TattooUserInterface::doJournal() {
 
 	screen._backBuffer1.blitFrom(screen._backBuffer2);
 	scene.updateBackground();
-	screen.slamArea(0, 0, SHERLOCK_SCREEN_WIDTH, SHERLOCK_SCREEN_HEIGHT);
+	screen.slamArea(screen._currentScroll.x, screen._currentScroll.y, SHERLOCK_SCREEN_WIDTH, SHERLOCK_SCREEN_HEIGHT);
 }
 
 void TattooUserInterface::reset() {






More information about the Scummvm-git-logs mailing list