浏览代码

bugfix: desc in DOS res was reversed in horizon

Pal Lockheart 7 年之前
父节点
当前提交
663a512aaf
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      font.c

+ 0 - 5
font.c

@@ -122,11 +122,6 @@ PAL_InitEmbeddedFont(
 
 	fclose(fp);
 
-	for (i = 0; i < 0x80; i++)
-	{
-		memcpy(unicode_font[i], &iso_font[i * 15], 15);
-		unicode_font[i][15] = 0;
-	}
 	_font_height = 15;
 
 	return 0;