mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-06 03:43:38 +00:00
Use bool for system music state
This commit is contained in:
parent
2975a43ad2
commit
36b0e1efbf
|
|
@ -146,7 +146,7 @@ private:
|
|||
int m_MusicType;
|
||||
AUDIO_INFO m_StreamingAudioInfo;
|
||||
std::wstring m_CDMusic;
|
||||
BOOL m_bSystemMusicPlaying;
|
||||
bool m_bSystemMusicPlaying;
|
||||
float m_MasterMusicVolume;
|
||||
float m_MasterEffectsVolume;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue