Browse Source

fix load slots not disappear when press esc in initial load menu

Pal Lockheart 7 years ago
parent
commit
1d4d774ddc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      uigame.c

+ 3 - 0
uigame.c

@@ -124,7 +124,10 @@ PAL_OpeningMenu(
          //
          // Load game
          //
+         VIDEO_BackupScreen();
          wItemSelected = PAL_SaveSlotMenu(1);
+         VIDEO_RestoreScreen();
+         VIDEO_UpdateScreen(NULL);
          if (wItemSelected != MENUITEM_VALUE_CANCELLED)
          {
             break;