1 diff -up crack-attack-1.1.14/src/Sound.cxx~ crack-attack-1.1.14/src/Sound.cxx
2 --- crack-attack-1.1.14/src/Sound.cxx~ 2008-06-24 11:20:22.000000000 +0200
3 +++ crack-attack-1.1.14/src/Sound.cxx 2008-06-24 11:20:22.000000000 +0200
4 @@ -41,7 +41,7 @@ ChunkMap chunks;
5 int audio_rate = 22050;
6 int audio_channels = 2;
7 int audio_buffers = 1024; /* small enough buffer to get synchronized sound */
8 -Uint16 audio_format = AUDIO_S16; /* 16-bit stereo */
9 +Uint16 audio_format = AUDIO_S16SYS; /* 16-bit stereo */
10 int has_audio_available = 0;
12 void Sound::initialize( void )