summaryrefslogtreecommitdiff
path: root/x11/qrash/files/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qrash/files/patch-ar')
-rw-r--r--x11/qrash/files/patch-ar20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/qrash/files/patch-ar b/x11/qrash/files/patch-ar
new file mode 100644
index 000000000000..dc430ee5b3bd
--- /dev/null
+++ b/x11/qrash/files/patch-ar
@@ -0,0 +1,20 @@
+--- cars.cc.orig Sun Dec 26 17:29:59 1999
++++ cars.cc Sun Dec 26 17:30:19 1999
+@@ -105,7 +105,7 @@
+ }
+ what &= 0xF;
+
+- static old_order = -1, next_row = 5, scale_timer = 0;
++ static int old_order = -1, next_row = 5, scale_timer = 0;
+ static bool scale_flag = false;
+ if( old_order != order ) {
+ old_order = order;
+@@ -117,7 +117,7 @@
+ scale_flag = !scale_flag;
+ }
+
+- static offset = 0;
++ static int offset = 0;
+
+ float scale = 1;
+