summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h4
1 files changed, 3 insertions, 1 deletions
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;