SHERLOCK RT: Actually clear screen instead of a useless call. CID 1308097

This commit is contained in:
Eugene Sandulenko 2016-05-08 23:06:21 +02:00
parent b731bbf804
commit 95884c396b

View File

@ -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()) {