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, 11 insertions, 0 deletions
diff --git a/x11/qrash/files/patch-as b/x11/qrash/files/patch-as
new file mode 100644
index 000000000000..4acd54ace000
--- /dev/null
+++ b/x11/qrash/files/patch-as
@@ -0,0 +1,11 @@
+--- 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();