[SDL] problems with repetitive playback
Solra Bizna
sbizna at tejat.net
Fri Apr 4 19:46:24 PDT 2008
On 4/4/08, Daniel Grace <danwgrace at gmail.com> wrote:
> int MixPlaySnd(int const &snd_index, int const &volume, int const &angle,
> int const &distance, int const &loop, bool &free_channel,
> int &channel)
> int PlayingChannelSnd(int const &channel)
This is probably unrelated to your problem, but is there a reason
you're passing by const reference (int const&) instead of by value
(int)?
-:sigma.SB
More information about the SDL
mailing list