diff options
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/sherlock/tattoo/tattoo_talk.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_talk.cpp b/engines/sherlock/tattoo/tattoo_talk.cpp index dbeeaf8918..8303fd42ad 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;  | 
