Browse Source

fix bug: text not shown completely in some cases

Wei Mingzhi 7 years ago
parent
commit
3321b21bf9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      text.c

+ 4 - 0
text.c

@@ -1340,6 +1340,10 @@ PAL_ShowDialogText(
                //
                // Delay for a period and quit
                //
+               if (g_TextLib.fUserSkip)
+               {
+                  VIDEO_UpdateScreen(NULL);
+               }
                UTIL_Delay(wcstol(lpszText + 1, NULL, 10) * 80 / 7);
 			   g_TextLib.nCurrentDialogLine = 0;
                g_TextLib.fUserSkip = FALSE;