diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-06 12:24:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-06 12:24:11 +0300 |
commit | 408da061e6098c6562f69b50d16353c7efc5cdf2 (patch) | |
tree | 06b8a255fb5ed38e9dbaed7f5ff0257b68453f83 /src/gui/theme.cpp | |
parent | 98f057d55df649353cc6500328a45b0dfe6f833e (diff) | |
download | ManaVerse-408da061e6098c6562f69b50d16353c7efc5cdf2.tar.gz ManaVerse-408da061e6098c6562f69b50d16353c7efc5cdf2.tar.bz2 ManaVerse-408da061e6098c6562f69b50d16353c7efc5cdf2.tar.xz ManaVerse-408da061e6098c6562f69b50d16353c7efc5cdf2.zip |
Add missing npc font settings.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 6fdae088c..760169d07 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -1308,6 +1308,8 @@ ThemeInfo *Theme::loadInfo(const std::string &themeName) readValue(helpFont); else if (xmlNameEqual(infoNode, "secureFont")) readValue(secureFont); + else if (xmlNameEqual(infoNode, "npcFont")) + readValue(npcFont); else if (xmlNameEqual(infoNode, "japanFont")) readValue(japanFont); else if (xmlNameEqual(infoNode, "chinaFont")) |