Fixed compilation, deleted 16bpp blitter

This commit is contained in:
Sergii Pylypenko
2021-11-29 03:15:54 +02:00
parent 2f6b20cbfd
commit a1ef54fa60
22 changed files with 30 additions and 1110 deletions

View File

@@ -2851,11 +2851,11 @@ void ReconstructUserInterface()
InitFreeType(true);
CheckForMissingGlyphs();
DeleteAllNonVitalWindows();
CloseAllNonVitalWindows();
switch (_game_mode) {
case GM_MENU:
DeleteWindowById(WC_SELECT_GAME, 0);
CloseWindowById(WC_SELECT_GAME, 0);
extern void ShowSelectGameWindow();
ShowSelectGameWindow();
break;
@@ -2870,7 +2870,7 @@ void ReconstructUserInterface()
break;
}
ReInitAllWindows();
ReInitAllWindows(false);
if (_settings_client.gui.windows_titlebars) {
// Hack to prevent second click on the same button via button-up event
ShowGameOptions();