Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-02-17 05:06:15 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-02-17 05:06:15 (GMT)
commite722f3cc2de24c0efba60ea8591b828331e950f3 (patch)
treece64613355d437d8131d6fa3520546b2e96af4bf /common/Config.py
parent543e69c6236a1f6cd03a0a6824b8b88a79d03975 (diff)
Enable lab files, disable ogg and grab-mouse features
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")