Sound volume setting affects the volume of the splash screen video

This commit is contained in:
Regalis
2017-03-21 17:32:29 +02:00
parent dcd566f2dc
commit c016bee124
+1
View File
@@ -184,6 +184,7 @@ namespace Barotrauma
{
videoPlayer = new VideoPlayer();
videoPlayer.Play(splashScreenVideo);
videoPlayer.Volume = GameMain.Config.SoundVolume;
}
else
{