1
0
Fork 1
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:
scrawl 2014-01-14 03:08:37 +01:00
parent 95651857f3
commit 2196ce427a

View file

@ -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;
}