Mercurial > SDL_sound_CoreAudio
diff playsound/playsound.c @ 391:3bd96d2d553c
Fixed looping and other settings that were being reinitialized incorrectly.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 10 Jul 2002 21:45:39 +0000 |
parents | 818f9af97a19 |
children | 325af3e2cbb3 |
line wrap: on
line diff
--- a/playsound/playsound.c Wed Jul 10 03:58:40 2002 +0000 +++ b/playsound/playsound.c Wed Jul 10 21:45:39 2002 +0000 @@ -841,6 +841,7 @@ global_state.bytes_before_next_seek = -1; audio_buffersize = DEFAULT_AUDIOBUF; decode_buffersize = DEFAULT_DECODEBUF; + new_sample = 0; } /* if */ if (strcmp(argv[i], "--rate") == 0 && argc > i + 1)