mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 01:23:51 +00:00
Optimize login music scanning and warden debug formatting
This commit is contained in:
parent
c26353eda1
commit
52accfde80
3 changed files with 60 additions and 44 deletions
|
|
@ -121,6 +121,8 @@ private:
|
|||
bool musicInitAttempted = false;
|
||||
bool musicPlaying = false;
|
||||
bool missingIntroTracksLogged_ = false;
|
||||
bool introTracksScanned_ = false;
|
||||
std::vector<std::string> introTracks_;
|
||||
bool loginMusicVolumeAdjusted_ = false;
|
||||
int savedMusicVolume_ = 30;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue