From 95884c396b667e048af933292f40fc18da2cefd1 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 8 May 2016 23:06:21 +0200 Subject: SHERLOCK RT: Actually clear screen instead of a useless call. CID 1308097 --- engines/sherlock/tattoo/tattoo_journal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo') diff --git a/engines/sherlock/tattoo/tattoo_journal.cpp b/engines/sherlock/tattoo/tattoo_journal.cpp index 18ec3db082..4d4f37f8d5 100644 --- a/engines/sherlock/tattoo/tattoo_journal.cpp +++ b/engines/sherlock/tattoo/tattoo_journal.cpp @@ -66,7 +66,7 @@ void TattooJournal::show() { // Set screen to black, and set background screen._backBuffer1.SHblitFrom((*_journalImages)[0], Common::Point(0, 0)); - screen.empty(); + screen.clear(); screen.setPalette(palette); if (_journal.empty()) { -- cgit v1.2.3