浏览代码

fix bug: text not shown completely in some cases

Wei Mingzhi 7 年之前
父节点
当前提交
3321b21bf9
共有 1 个文件被更改,包括 4 次插入0 次删除
  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;