Browse Source

Correct name of font mpq

pull/3200/head
Anders Jenbo 4 years ago committed by GitHub
parent
commit
e69853487d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/init.cpp

2
Source/init.cpp

@ -173,7 +173,7 @@ void init_archives()
// Load devilutionx.mpq first to get the font file for error messages
devilutionx_mpq = LoadMPQ(paths, "devilutionx.mpq");
font_mpq = LoadMPQ(paths, "font.mpq"); // Extra fonts
font_mpq = LoadMPQ(paths, "fonts.mpq"); // Extra fonts
if (strcasecmp("en", sgOptions.Language.szCode) != 0 || strlen(sgOptions.Language.szCode) != 2) {
char langMpqName[9] = {};

Loading…
Cancel
Save