From e2319874acde950b8fa67db3ac0948f3bef9eef8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 15 Jan 2004 03:13:26 +0000 Subject: [PATCH] fix comments --- stepmania/src/RageSoundManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/RageSoundManager.h b/stepmania/src/RageSoundManager.h index 62e5d37a7f..0c516c173e 100644 --- a/stepmania/src/RageSoundManager.h +++ b/stepmania/src/RageSoundManager.h @@ -34,9 +34,9 @@ public: void SetPrefs(float MixVol); void Update(float delta); - void StartMixing( RageSoundBase *snd ); /* used by RageSoundBase */ - void StopMixing( RageSoundBase *snd ); /* used by RageSoundBase */ - int GetPosition( const RageSoundBase *snd ) const; /* used by RageSoundBase */ + void StartMixing( RageSoundBase *snd ); /* used by RageSound */ + void StopMixing( RageSoundBase *snd ); /* used by RageSound */ + int GetPosition( const RageSoundBase *snd ) const; /* used by RageSound */ float GetPlayLatency() const; int GetDriverSampleRate( int rate ) const; const set &GetPlayingSounds() const { return playing_sounds; }