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:
Torbjörn Andersson 2003-09-08 06:32:37 +00:00
parent 9e1d85ce48
commit aff37c083b

View File

@ -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