mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 21:45:33 +00:00
Closes #556: Link movie volume to 'master' volume slider, instead of 'music'.
This commit is contained in:
parent
95651857f3
commit
2196ce427a
1 changed files with 2 additions and 1 deletions
|
@ -156,11 +156,12 @@ namespace MWSound
|
|||
volume *= mFootstepsVolume;
|
||||
break;
|
||||
case Play_TypeMusic:
|
||||
case Play_TypeMovie:
|
||||
volume *= mMusicVolume;
|
||||
break;
|
||||
case Play_TypeMask:
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return volume;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue