Move the mute logic to musicclass.

This moves the last of the SDL_mixer calls to Music.cpp.
This commit is contained in:
Ethan Lee
2021-12-26 08:48:23 -05:00
parent 579f0f763a
commit 1eda3647ff
3 changed files with 24 additions and 18 deletions

View File

@@ -64,6 +64,7 @@ public:
void resumeef(void);
bool halted(void);
void updatemutestate(void);
std::vector<SoundTrack> soundTracks;
std::vector<MusicTrack> musicTracks;