mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Merge branch 'master' into master
This commit is contained in:
@@ -1604,6 +1604,8 @@ int BGMessageBox(char const * msg, int btn1, int btn2)
|
||||
*/
|
||||
Hide_Mouse();
|
||||
|
||||
Show_OldFrameBuffer(false);
|
||||
|
||||
PaletteClass temp;
|
||||
#ifdef WIN32
|
||||
char *filename = "SOVPAPER.PCX";
|
||||
@@ -1704,7 +1706,7 @@ int BGMessageBox(char const * msg, int btn1, int btn2)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (display) {
|
||||
{
|
||||
display = false;
|
||||
|
||||
Hide_Mouse();
|
||||
@@ -1862,6 +1864,8 @@ int BGMessageBox(char const * msg, int btn1, int btn2)
|
||||
|
||||
GadgetClass::Set_Color_Scheme(&ColorRemaps[PCOLOR_DIALOG_BLUE]);
|
||||
|
||||
Show_OldFrameBuffer(true);
|
||||
|
||||
return(retval);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user