summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/trackballs/files/0.9.0-sparkle.patch')
-rw-r--r--games-action/trackballs/files/0.9.0-sparkle.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-action/trackballs/files/0.9.0-sparkle.patch b/games-action/trackballs/files/0.9.0-sparkle.patch
new file mode 100644
index 000000000000..322a878abdbd
--- /dev/null
+++ b/games-action/trackballs/files/0.9.0-sparkle.patch
@@ -0,0 +1,11 @@
+--- sparkle2d.cc.orig 2003-06-20 00:53:04.000000000 -0400
++++ sparkle2d.cc 2003-06-20 00:53:14.000000000 -0400
+@@ -174,7 +174,7 @@
+ speed[1] = 2.*frandom()-1.;
+ return add(pos, speed, 0.5+frandom()*2., 1., col);
+ }
+-int Sparkle2D::add(float pos[2]);
++//int Sparkle2D::add(float pos[2]);
+
+
+ /*