From a77a9ce6e5d7721048b9f3ffb055bcb7b5cceb33 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 23 Dec 2006 09:39:50 +0000 Subject: [PATCH] more private --- stepmania/src/arch/Sound/RageSoundDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver.h b/stepmania/src/arch/Sound/RageSoundDriver.h index fac25150c2..5d4ff3397e 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver.h +++ b/stepmania/src/arch/Sound/RageSoundDriver.h @@ -94,6 +94,7 @@ protected: void Mix( int16_t *pBuf, int iFrames, int64_t iFrameNumber, int64_t iCurrentFrame ); void Mix( float *pBuf, int iFrames, int64_t iFrameNumber, int64_t iCurrentFrame ); +private: /* This mutex is used for serializing with the decoder thread. Locking this mutex * can take a while. */ RageMutex m_Mutex; @@ -102,7 +103,6 @@ protected: * be accessed, and sounds may be set to available, without locking this.) */ RageMutex m_SoundListMutex; -private: /* * Thread safety and state transitions: *