aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-04-05 08:48:29 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-04-05 08:48:29 -0400
commit16920d744a2e638f564753f15f1269f51c131b6b (patch)
treeae3ee1ba2b2f7a92c196347853e0c82e2dd14973 /src/config.cpp
parent4ea7b19bf2d4c64719471a53e6223aac7c250585 (diff)
sword improvements, page threading
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.cpp b/src/config.cpp
index 2ee13d4..b8a483d 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -60,6 +60,10 @@ namespace config {
ui::initFonts();
ui::setFontFace(xml.FirstChildElement("font")->Attribute("path"));
+
+ if ( xml.FirstChildElement("debug") )
+ ui::debug = ui::posFlag = true;
+
config::update();
}