summaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-common-Sound.cpp
blob: ffb48d3d872aa51a333c7e916d9c9f2faea3af90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/common/Sound.cpp.orig	Sun May 30 23:32:44 2004
+++ src/common/Sound.cpp	Sun May 30 23:07:33 2004
@@ -73,7 +73,7 @@
 
 bool Sound::init()
 {
-	if ( Mix_OpenAudio(11025, AUDIO_U8, 1, 512) < 0 ) 
+	if ( Mix_OpenAudio(11025, AUDIO_U8, 1, 2048) < 0 ) 
 	{
 		dialogMessage(SDL_GetError(), 
 			"Warning: Couldn't set 11025 Hz 8-bit audio");