fix soundpath detection in git

This commit is contained in:
chrys 2017-07-27 00:05:34 +02:00
parent 2445da8e09
commit af7d314084

View File

@ -271,7 +271,7 @@ class settingsManager():
return None
# get sound themes root
if not os.path.exists(soundRoot):
if os.path.exists(fenrirPath +' /../../config/sound/'):
if os.path.exists(fenrirPath + '/../../config/sound/'):
soundRoot = fenrirPath + '/../../config/sound/'
environment['runtime']['settingsManager'] = self