summaryrefslogtreecommitdiff
path: root/x11/qrash/files/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qrash/files/patch-as')
-rw-r--r--x11/qrash/files/patch-as11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/qrash/files/patch-as b/x11/qrash/files/patch-as
deleted file mode 100644
index 4acd54ace000..000000000000
--- a/x11/qrash/files/patch-as
+++ /dev/null
@@ -1,11 +0,0 @@
---- wave.cc.orig Sun Dec 26 17:30:36 1999
-+++ wave.cc Sun Dec 26 17:30:46 1999
-@@ -22,7 +22,7 @@
- #include "music.h"
- #include "common.h"
-
--const WAVE_WIDTH = VID_MAX_SIZE_X/3;
-+const int WAVE_WIDTH = VID_MAX_SIZE_X/3;
-
- struct Wave: public Part {
- void Init();