aboutsummaryrefslogtreecommitdiff
path: root/games/3dpong/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/3dpong/files/patch-ab')
-rw-r--r--games/3dpong/files/patch-ab11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/3dpong/files/patch-ab b/games/3dpong/files/patch-ab
deleted file mode 100644
index b30a68d537b6..000000000000
--- a/games/3dpong/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- 3dpong.c Mon Jan 26 20:33:47 1998
-+++ /home/andy/tmp/wrk/3dpong.c Tue Mar 10 20:58:20 1998
-@@ -1651,7 +1651,7 @@
-
- if (use_sound == 1)
- {
-- sprintf(cmd, "/bin/cat sounds/%s.au > /dev/audio &", aufile);
-+ sprintf(cmd, "/bin/cat " PREFIX "/share/3dpong/%s.au > /dev/audio &", aufile);
-
- system(cmd);
- }