changeset 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 951574013896
children 442070fb3856
files playsound/playsound.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)