summaryrefslogtreecommitdiff
path: root/games/digger-vgl/files/patch-sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/digger-vgl/files/patch-sound.c')
-rw-r--r--games/digger-vgl/files/patch-sound.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/digger-vgl/files/patch-sound.c b/games/digger-vgl/files/patch-sound.c
new file mode 100644
index 000000000000..c19804552fc2
--- /dev/null
+++ b/games/digger-vgl/files/patch-sound.c
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- sound.c.orig Mon Apr 3 23:42:42 2000
++++ sound.c Sat Sep 22 22:18:55 2001
+@@ -172,6 +172,9 @@
+ if (!wave_device_available)
+ soundlevdoneflag=FALSE;
+ #endif
++#if defined _SDL || defined _SDL_SOUND
++ SDL_Delay(10); /* Let some CPU time go away */
++#endif
+ #ifdef ARM
+ gretrace();
+ soundint();