Browse Source

bugfix: desc in DOS res was reversed in horizon

Pal Lockheart 7 years ago
parent
commit
663a512aaf
1 changed files with 0 additions and 5 deletions
  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;