Skip to content

Commit

Permalink
NWN: Blacklist fnt_galahad14.dds, fixing Cyrillic fonts
Browse files Browse the repository at this point in the history
This closes issue xoreos#15.
  • Loading branch information
DrMcCoy committed Aug 15, 2012
1 parent 4bc41c9 commit eb3eb2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/engines/nwn/nwn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ void NWNEngine::initResources() {
if (EventMan.quitRequested())
return;

// Blacklist the DDS version of the galahad14 font, because in versions of NWN coming
// with a Cyrillic one, the DDS file is still Latin.
ResMan.blacklist("fnt_galahad14", Aurora::kFileTypeDDS);

status("Loading main talk table");
TalkMan.addMainTable("dialog");

Expand Down

0 comments on commit eb3eb2b

Please sign in to comment.