Use bool for system music state

This commit is contained in:
notmatthewbeshay 2026-03-11 07:22:05 +11:00
parent 2975a43ad2
commit 36b0e1efbf

View file

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