From 4f6d9da4e83a23a4531ce63006f669daf4992c69 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 3 Aug 2017 00:25:03 +0300 Subject: Add option into paths.xml for allow/deny add unknown skills into auto tab. --- src/settings.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 7eefc0406..760ee3e37 100644 --- a/src/settings.h +++ b/src/settings.h @@ -91,7 +91,8 @@ class Settings final disableLoggingInGame(false), legacyEffects(true), enableRemoteCommands(true), - uselonglivesprites(false) + uselonglivesprites(false), + unknownSkillsAutoTab(true) { } A_DELETE_COPY(Settings) @@ -155,6 +156,7 @@ class Settings final bool legacyEffects; bool enableRemoteCommands; bool uselonglivesprites; + bool unknownSkillsAutoTab; }; extern Settings settings; -- cgit v1.2.3-60-g2f50