From 2b7dad6766c668fd43132264fd12afa4bff824d0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 2 Jan 2003 07:53:13 +0000 Subject: [PATCH] make music public --- stepmania/src/RageSoundManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */