summaryrefslogtreecommitdiff
path: root/src/configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration.h')
-rw-r--r--src/configuration.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configuration.h b/src/configuration.h
index 510ac269..9e00cb74 100644
--- a/src/configuration.h
+++ b/src/configuration.h
@@ -181,6 +181,7 @@ struct Config
bool showGender = false;
bool showMonstersTakedDamage = false;
bool showWarps = true;
+ bool hideCompletedQuests = false;
int particleMaxCount = 3000;
int particleFastPhysics = 0;
int particleEmitterSkip = 1;
@@ -233,7 +234,7 @@ struct Config
int scrollCenterOffsetX = 0;
int scrollCenterOffsetY = 0;
std::string onlineServerList;
- std::string theme;
+ std::string theme = "jewelry";
bool disableTransparency = false;
bool persistentPlayerList = true;