aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_talk.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-18 14:19:22 -0400
committerPaul Gilbert2015-07-18 14:19:22 -0400
commit20a31501e6932c6a08128420339dadbb499d3fe8 (patch)
treeb14f7c1138a99695a042ae68f1a41dafbbdc0989 /engines/sherlock/tattoo/tattoo_talk.cpp
parentd0a6af6cb92ec4d12ced8c1af90097ec06679a1d (diff)
downloadscummvm-rg350-20a31501e6932c6a08128420339dadbb499d3fe8.tar.gz
scummvm-rg350-20a31501e6932c6a08128420339dadbb499d3fe8.tar.bz2
scummvm-rg350-20a31501e6932c6a08128420339dadbb499d3fe8.zip
SHERLOCK: RT: Fix showing look window for inventory items
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_talk.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_talk.cpp b/engines/sherlock/tattoo/tattoo_talk.cpp
index 8303fd42ad..dbeeaf8918 100644
--- a/engines/sherlock/tattoo/tattoo_talk.cpp
+++ b/engines/sherlock/tattoo/tattoo_talk.cpp
@@ -193,7 +193,7 @@ void TattooTalk::talkInterface(const byte *&str) {
}
// Display the text window
- ui.banishWindow();
+// ui.banishWindow();
ui._textWidget.load(Common::String((const char *)s, (const char *)str), _speaker);
ui._textWidget.summonWindow();
_wait = true;