mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 00:27:31 +00:00
SHERLOCK: Clear screen before transitioning to the map
This commit is contained in:
parent
052e04c005
commit
96e929f523
@ -140,6 +140,10 @@ int Map::show() {
|
||||
int oldFont = screen.fontNumber();
|
||||
screen.setFont(0);
|
||||
|
||||
// Initial screen clear
|
||||
screen._backBuffer1.clear();
|
||||
screen.clear();
|
||||
|
||||
// Load the entire map
|
||||
ImageFile bigMap("bigmap.vgs");
|
||||
screen.setPalette(bigMap._palette);
|
||||
|
Loading…
x
Reference in New Issue
Block a user