Reduce default music volume.

The music is beautiful but it's louder than all the other sounds somehow.
shapetextures
Sven Eberhardt 2015-09-13 00:34:18 -04:00
parent 4e56d94f6f
commit 34a4586a16
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ void C4ConfigSound::CompileFunc(StdCompiler *pComp)
pComp->Value(mkNamingAdapt(FESamples, "MenuSound", 1 ,false, true));
pComp->Value(mkNamingAdapt(FMMode, "FMMode", 1 ));
pComp->Value(mkNamingAdapt(Verbose, "Verbose", 0 ));
pComp->Value(mkNamingAdapt(MusicVolume, "MusicVolume", 100 ,false, true));
pComp->Value(mkNamingAdapt(MusicVolume, "MusicVolume2", 40 ,false, true));
pComp->Value(mkNamingAdapt(SoundVolume, "SoundVolume", 100 ,false, true));
}