From e85a9b00cc6090126b8ba76d36ebc7c999ff0741 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Mon, 5 Nov 2001 17:46:46 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/showbase/ShowBase.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 88cb6d10bb..f7bf2c90b2 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -328,6 +328,9 @@ class ShowBase: self.wantSfx=None if self.wantMusic: self.musicManager = AudioManager.createAudioManager() + # Turn down the music globally + # Eventually we may want to control this in the options page + self.musicManager.setVolume(0.5) if not self.musicManager.isValid(): self.wantMusic=None if not (self.wantSfx or self.wantMusic):