mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Move the mute logic to musicclass.
This moves the last of the SDL_mixer calls to Music.cpp.
This commit is contained in:
@@ -64,6 +64,7 @@ public:
|
||||
void resumeef(void);
|
||||
|
||||
bool halted(void);
|
||||
void updatemutestate(void);
|
||||
|
||||
std::vector<SoundTrack> soundTracks;
|
||||
std::vector<MusicTrack> musicTracks;
|
||||
|
||||
Reference in New Issue
Block a user