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.h | |
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.h')
-rw-r--r-- | src/gui/theme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 2e4b70e13..910964bdf 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -53,6 +53,7 @@ struct ThemeInfo final particleFont(), helpFont(), secureFont(), + npcFont(), japanFont(), chinaFont(), fontSize(0), @@ -67,6 +68,7 @@ struct ThemeInfo final std::string particleFont; std::string helpFont; std::string secureFont; + std::string npcFont; std::string japanFont; std::string chinaFont; int fontSize; |