mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix audio volume settings: apply saved values on startup, don't overwrite with audio manager defaults
This commit is contained in:
parent
80e879429c
commit
b441452dcb
2 changed files with 41 additions and 31 deletions
|
|
@ -105,6 +105,7 @@ private:
|
|||
bool minimapRotate_ = false;
|
||||
bool minimapSquare_ = false;
|
||||
bool minimapSettingsApplied_ = false;
|
||||
bool volumeSettingsApplied_ = false; // True once saved volume settings applied to audio managers
|
||||
|
||||
// Mute state: mute bypasses master volume without touching slider values
|
||||
bool soundMuted_ = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue