[Scummvm-cvs-logs] scummvm master -> faf8c364ef2aa638a60997ed21efeef42ee46a86

dreammaster dreammaster at scummvm.org
Sun Jul 12 22:15:06 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:
faf8c364ef SHERLOCK: RT: Hide window at end of character conversations


Commit: faf8c364ef2aa638a60997ed21efeef42ee46a86
    https://github.com/scummvm/scummvm/commit/faf8c364ef2aa638a60997ed21efeef42ee46a86
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-12T16:14:00-04:00

Commit Message:
SHERLOCK: RT: Hide window at end of character conversations

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



diff --git a/engines/sherlock/tattoo/widget_talk.cpp b/engines/sherlock/tattoo/widget_talk.cpp
index 7edc280..2b79aa1 100644
--- a/engines/sherlock/tattoo/widget_talk.cpp
+++ b/engines/sherlock/tattoo/widget_talk.cpp
@@ -442,7 +442,7 @@ void WidgetTalk::handleEvents() {
 									people[idx].pullNPCPath();
 						}
 
-						banishWindow();
+						ui.banishWindow();
 						ui._menuMode = scene._labTableScene ? LAB_MODE : STD_MODE;
 						break;
 					}






More information about the Scummvm-git-logs mailing list