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 );