Skip to content

Commit

Permalink
Updated to note that the memset is only needed for 1.3 and newer.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 9, 2007
1 parent c08c4b4 commit f77880f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixer.c
Expand Up @@ -158,7 +158,7 @@ static void mix_channels(void *udata, Uint8 *stream, int len)
int i, mixable, volume;
Uint32 sdl_ticks;

/* Initialize the audio stream (needed for 1.2.12 and later)
/* Initialize the audio stream (needed for 1.3 and later)
memset(stream, 0, len);
/* Mix the music (must be done before the channels are added) */
Expand Down

0 comments on commit f77880f

Please sign in to comment.