Sound volume doesn't change until exit
VDrift wasn't picking up changes in the Sound Volume setting when I adjusted it in-game. I looked at the code and found that the SOUND class had an empty UpdateSettings function. I guess it never got implemented for the new sound class. This is the function that the Gui class calls when the OK button is selected in the Sound Settings or In Game Sound Settings menus. I implemented the function to fix this bug. I checked it into SVN r1923. Let me know if it causes any problems. Joe, should this function also update the music volume? I can't see anywhere this is set.
|