diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/configuration.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp index 920e64526..cbe392f45 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -29,6 +29,9 @@ #include "utils/delete2.h" #include "utils/paths.h" +#ifdef DEBUG_CONFIG +#include "utils/stringmap.h" +#endif #include "debug.h" @@ -48,7 +51,11 @@ Configuration paths; // XML default paths information reader const std::string unusedKeys[] = { + "BotCheckerWindowSticky", "afkmessage", + "BotCheckerWindowVisible", + "BotCheckerWindowWinX", + "BotCheckerWindowWinY", "hideShield", "AttackRange", "emoteshortcut0", |