Skip to content

Commit

Permalink
Fix sound output on certain machines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Schulze committed Mar 14, 2003
1 parent df8509b commit 4cf2b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl/sound.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ void mix_sound(void *unused, Uint8 *stream, int len)

char dj_init(void)
{
Uint16 audio_format = AUDIO_S16;
Uint16 audio_format = MIX_DEFAULT_FORMAT;
int audio_channels = 2;
int audio_buffers = 4096;

Expand Down

0 comments on commit 4cf2b2c

Please sign in to comment.