浏览代码

Only initialize DOS-version font when no message file specified

Lou Yihua 7 年之前
父节点
当前提交
b77f9d6ed1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      font.c

+ 1 - 1
font.c

@@ -253,7 +253,7 @@ PAL_InitFont(
 	const CONFIGURATION* cfg
 )
 {
-	if (!cfg->fIsWIN95)
+	if (!cfg->fIsWIN95 && !cfg->pszMsgFile)
 	{
 		PAL_LoadEmbeddedFont();
 	}