From e22841130626cae783feb0c17df1ec577aa61452 Mon Sep 17 00:00:00 2001 From: Seby Date: Mon, 23 Feb 2015 17:01:37 +0100 Subject: [PATCH] MOD Sound volume --- src/WitchBlastGame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WitchBlastGame.cpp b/src/WitchBlastGame.cpp index 4e9e93d2..0d403008 100644 --- a/src/WitchBlastGame.cpp +++ b/src/WitchBlastGame.cpp @@ -4374,8 +4374,8 @@ void WitchBlastGame::configureFromFile() parameters.vsync = true; parameters.bloodSpread = true; parameters.fullscreen = false; - parameters.musicVolume = 100; - parameters.soundVolume = 80; + parameters.musicVolume = 60; + parameters.soundVolume = 100; parameters.playerName = ""; input[KeyUp] = sf::Keyboard::W;