Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/Config.py')
-rw-r--r--common/Config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/Config.py b/common/Config.py
index b7d8591..d381370 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -6,11 +6,11 @@ import logging
#QUICKLOAD = os.path.isfile("QUICKLOAD") # skip loading inessential comenents to speed things up
-FEATURES_OGG = True
+FEATURES_OGG = None
FEATURES_MIC = None
-FEATURES_LAB = None
+FEATURES_LAB = True
FEATURES_NEWSOUNDS = None
-FEATURES_GRAB_MOUSE = True
+FEATURES_GRAB_MOUSE = None
if os.path.isfile("DEBUG"):
f = open("DEBUG")