diff options
Diffstat (limited to 'src/configuration.h')
-rw-r--r-- | src/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configuration.h b/src/configuration.h index 3ed3c77e..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; |