summaryrefslogtreecommitdiff
path: root/games/xracer/files/patch-af
blob: 11558bdd36e0f35e14c0d9bc23cdd2d6aae41282 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/sound/generic.c.orig	Sun Sep 12 22:16:25 1999
+++ src/sound/generic.c	Thu Aug 10 03:18:34 2000
@@ -37,11 +37,11 @@
 int
 os_sound_enable ()
 {
-  return fd;
+  return -1;
 }
 
 int
 os_sound_disable ()
 {
-  return fd;
+  return -1;
 }