aboutsummaryrefslogtreecommitdiffstats
path: root/x11/qrash/files/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qrash/files/patch-am')
-rw-r--r--x11/qrash/files/patch-am20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/qrash/files/patch-am b/x11/qrash/files/patch-am
deleted file mode 100644
index 254f52aeb4a1..000000000000
--- a/x11/qrash/files/patch-am
+++ /dev/null
@@ -1,20 +0,0 @@
---- rotate.cc.orig Sun Dec 26 17:25:17 1999
-+++ rotate.cc Sun Dec 26 17:25:29 1999
-@@ -23,7 +23,7 @@
- #include "music.h"
- #include "common.h"
-
--const ANGLE_TIME = 6*sysTimerRes;
-+const int ANGLE_TIME = 6*sysTimerRes;
-
- class Rotate: public Part {
- void Init();
-@@ -64,7 +64,7 @@
- u[i] = uu+backpic->sizeX/2; v[i] = vv+backpic->sizeY/2;
-
- }
-- static offset=0;
-+ static int offset=0;
- backpic->MapToPage2( u[0], v[0], u[1], v[1], u[2], v[2], u[3], v[3],
- bw+offset );
- offset = 1-offset;