From db15c7303596d9b689d7edef6f2fa0b031e55319 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 14 Jan 2004 08:07:42 +0000 Subject: [PATCH] cleanup --- stepmania/src/RageSoundManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageSoundManager.h b/stepmania/src/RageSoundManager.h index 9898e83932..0abd396c33 100644 --- a/stepmania/src/RageSoundManager.h +++ b/stepmania/src/RageSoundManager.h @@ -52,13 +52,13 @@ public: RageSound *PlaySound(RageSound &snd); void StopPlayingSound(RageSound &snd); - void GetCopies(RageSound &snd, vector &snds); /* A list of all sounds that currently exist. RageSound adds and removes * itself to this. */ set all_sounds; /* RageSound adds and removes itself to this. */ set playing_sounds; + void GetCopies(RageSound &snd, vector &snds); static void MixAudio(Sint16 *dst, const Sint16 *src, Uint32 len, float volume); static void AttenuateBuf( Sint16 *buf, int samples, float vol );