mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
SHERLOCK RT: Actually clear screen instead of a useless call. CID 1308097
This commit is contained in:
parent
b731bbf804
commit
95884c396b
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user