summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.c b/config.c
index 98d5f1e..6fb84e5 100644
--- a/config.c
+++ b/config.c
@@ -11,9 +11,10 @@
cEnigmaConfig EnigmaConfig;
-cEnigmaConfig::cEnigmaConfig() : showAuxInfo(1), showLogo(1), showVps(1), showListSymbols(1),
- showSymbols(1), showProgressbar(1), cacheSize(50),
- useChannelId(0), showInfo(1), showRemaining(0), showMarker(1)
+cEnigmaConfig::cEnigmaConfig() : showAuxInfo(1), showLogo(1), showVps(1), showSymbols(1),
+ showListSymbols(1), showProgressbar(1), cacheSize(50),
+ useChannelId(0), showInfo(1), showRemaining(0), showMarker(1),
+ singleArea(1)
{
memset(logoDir, 0, sizeof(logoDir));
}