mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
Hide the menus when displaying full-screen messages, e.g. error messages
from the save/load dialog. (This probably happened automagically in the original, but we handle screen updates a bit differently now.) svn-id: r10078
This commit is contained in:
parent
9e1d85ce48
commit
aff37c083b
@ -370,6 +370,7 @@ void DisplayMsg(uint8 *text, int time) { // Chris 15May97
|
||||
Set_mouse(0);
|
||||
Set_luggage(0); //tw28Aug
|
||||
|
||||
CloseMenuImmediately();
|
||||
EraseBackBuffer(); // for hardware rendering
|
||||
EraseSoftwareScreenBuffer(); // for software rendering
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user