# HG changeset patch # User Ryan C. Gordon # Date 1026337539 0 # Node ID 3bd96d2d553cf898c3923f790ffa770c7e73f461 # Parent 9515740138967c5f34ee283b6916acce6e3f3625 Fixed looping and other settings that were being reinitialized incorrectly. diff -r 951574013896 -r 3bd96d2d553c playsound/playsound.c --- 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)