This commit is contained in:
Frank DeMarco 2016-02-17 15:14:29 -05:00
parent a65355bf9f
commit 90747f5b5e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Audio(GameChild):
self.original_volumes = {}
self.volume = self.BASE_VOLUME
if self.check_command_line("-mute"):
self.volume = self.BASE_VOLUME
self.volume = 0
self.subscribe(self.respond)
def set_volume(self, volume=None, increment=None, mute=False):