summaryrefslogtreecommitdiff
path: root/games/tenebrae/files/patch-snd_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/tenebrae/files/patch-snd_sdl.c')
-rw-r--r--games/tenebrae/files/patch-snd_sdl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/tenebrae/files/patch-snd_sdl.c b/games/tenebrae/files/patch-snd_sdl.c
index 454dd5ce2969..9432a86613b7 100644
--- a/games/tenebrae/files/patch-snd_sdl.c
+++ b/games/tenebrae/files/patch-snd_sdl.c
@@ -1,6 +1,6 @@
---- ./snd_sdl.c.orig Sat Jun 10 12:08:13 2006
-+++ ./snd_sdl.c Sat Jun 10 12:08:13 2006
-@@ -94,7 +94,7 @@
+--- snd_sdl.c.orig 2020-09-30 11:25:10 UTC
++++ snd_sdl.c
+@@ -94,7 +94,7 @@ qboolean SNDDMA_Init(void)
shm = &the_shm;
shm->splitbuffer = 0;
shm->samplebits = (obtained.format & 0xFF);
@@ -9,7 +9,7 @@
shm->channels = obtained.channels;
shm->samples = obtained.samples*shm->channels;
shm->samplepos = 0;
-@@ -119,3 +119,12 @@
+@@ -119,3 +119,12 @@ void SNDDMA_Shutdown(void)
}
}