diff --git a/stepmania/src/RageSoundManager.h b/stepmania/src/RageSoundManager.h index 088c4525cc..4cc23b457b 100644 --- a/stepmania/src/RageSoundManager.h +++ b/stepmania/src/RageSoundManager.h @@ -31,8 +31,6 @@ class RageSoundManager RageSoundDriver *driver; - RageSound *music; - public: RageMutex lock; @@ -58,6 +56,8 @@ public: void PlayMusic(CString file, bool loop = true, float start_sec = -1, float length_sec = -1); static void MixAudio(Sint16 *dst, const Sint16 *src, Uint32 len, float volume); + + RageSound *music; }; /* This inputs and outputs 16-bit 44khz stereo input. */