summaryrefslogtreecommitdiff
path: root/games/icebreaker/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/icebreaker/patches/patch-ab')
-rw-r--r--games/icebreaker/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/icebreaker/patches/patch-ab b/games/icebreaker/patches/patch-ab
deleted file mode 100644
index 824f9c9e536..00000000000
--- a/games/icebreaker/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/03/08 19:19:15 wiz Exp $
-
---- sound.c.orig Fri Jul 27 02:47:59 2001
-+++ sound.c
-@@ -38,7 +38,7 @@
- soundsystemworks=false;
- fprintf(stderr, "Can't start sound subsystem: %s\nContinuing without it.\n", SDL_GetError());
- }
-- else if (Mix_OpenAudio(11025, (Uint16)AUDIO_U8, 2, 256))
-+ else if (Mix_OpenAudio(44100, (Uint16)AUDIO_U8, 2, 256))
- {
- soundsystemworks=false;
- fprintf(stderr, "Can't open audio: %s\nContinuing without it.\n", SDL_GetError());