From 39a9e1cc7285802c13619508f022cea3b9993cf0 Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Sun, 9 Jun 2019 17:40:25 +0300 Subject: [PATCH] (482371a1e) Lowered default video volume to make the splash screens less eardrum-bursting --- Barotrauma/BarotraumaClient/Source/Sounds/VideoSound.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barotrauma/BarotraumaClient/Source/Sounds/VideoSound.cs b/Barotrauma/BarotraumaClient/Source/Sounds/VideoSound.cs index 011d557ab..12be94908 100644 --- a/Barotrauma/BarotraumaClient/Source/Sounds/VideoSound.cs +++ b/Barotrauma/BarotraumaClient/Source/Sounds/VideoSound.cs @@ -74,7 +74,7 @@ namespace Barotrauma.Sounds public override SoundChannel Play() { - return Play(1.0f); + return Play(0.5f); } public override int FillStreamBuffer(int samplePos, short[] buffer)