[Scummvm-cvs-logs] scummvm master -> 72af7a03d722c3f8c4bd32db0e0197d1129f9db6

dreammaster dreammaster at scummvm.org
Sat Jul 4 21:04:38 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:
72af7a03d7 SHERLOCK: RT: Fix closing the journal


Commit: 72af7a03d722c3f8c4bd32db0e0197d1129f9db6
    https://github.com/scummvm/scummvm/commit/72af7a03d722c3f8c4bd32db0e0197d1129f9db6
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-04T15:03:12-04:00

Commit Message:
SHERLOCK: RT: Fix closing the journal

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



diff --git a/engines/sherlock/tattoo/tattoo_journal.cpp b/engines/sherlock/tattoo/tattoo_journal.cpp
index 8922aff..7fdb80e 100644
--- a/engines/sherlock/tattoo/tattoo_journal.cpp
+++ b/engines/sherlock/tattoo/tattoo_journal.cpp
@@ -77,6 +77,7 @@ void TattooJournal::show() {
 
 	do {
 		events.pollEventsAndWait();
+		events.setButtonState();
 		_wait = true;
 
 		handleKeyboardEvents();






More information about the Scummvm-git-logs mailing list