summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h
index 0bc167564..0006fa087 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -86,9 +86,12 @@ class Settings final
fixDeadAnimation(true),
disableLoggingInGame(false),
legacyEffects(true),
- enableRemoteCommands(true)
+ enableRemoteCommands(true),
+ uselonglivesprites(false)
{ }
+ void init();
+
std::string updateHost;
std::string login;
std::string oldUpdates;
@@ -141,6 +144,7 @@ class Settings final
bool disableLoggingInGame;
bool legacyEffects;
bool enableRemoteCommands;
+ bool uselonglivesprites;
};
extern Settings settings;