diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-18 22:39:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-18 22:39:00 +0000 |
commit | f6ce0a82d01048fece3808c47a3861edb06bb6eb (patch) | |
tree | 6f3fcf1d94a4915cdab807505a2d031a0b1b6fae /games/clanbomber/patches/patch-af | |
parent | a9c1cbde211b63c5ce717b12db2f72e3ae090343 (diff) | |
download | pkgsrc-f6ce0a82d01048fece3808c47a3861edb06bb6eb.tar.gz |
Remove packages that have been broken on 2.0/i386 for over 9 months
now; neither maintainer nor anyone else stepped up to fix them.
Predicted on tech-pkg and in private mail to maintainers; no comments.
Diffstat (limited to 'games/clanbomber/patches/patch-af')
-rw-r--r-- | games/clanbomber/patches/patch-af | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/games/clanbomber/patches/patch-af b/games/clanbomber/patches/patch-af deleted file mode 100644 index f2cf28b9d1b..00000000000 --- a/games/clanbomber/patches/patch-af +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-af,v 1.1 2001/01/04 01:08:59 wiz Exp $ - ---- clanbomber/Credits.cpp.orig Tue Mar 28 17:04:30 2000 -+++ clanbomber/Credits.cpp -@@ -150,9 +150,9 @@ - t += Timer::time_elapsed(); - for (; t>0.04f; t-=0.04f) - { -- Corpse_Part* cp = new Corpse_Part( rand()%800-60, -40, app ); -- cp->fly_to( rand()%800-60, 540 ); -- Resources::Splash(rand()%2)->play(); -+ Corpse_Part* cp = new Corpse_Part( random()%800-60, -40, app ); -+ cp->fly_to( random()%800-60, 540 ); -+ Resources::Splash(random()%2)->play(); - } - } - yoffset = 50; -@@ -172,9 +172,9 @@ - t += Timer::time_elapsed(); - for (; t>0.04f; t-=0.04f) - { -- Corpse_Part* cp = new Corpse_Part( rand()%800-60, -40, app ); -- cp->fly_to( rand()%800-60, 540 ); -- Resources::Splash(rand()%2)->play(); -+ Corpse_Part* cp = new Corpse_Part( random()%800-60, -40, app ); -+ cp->fly_to( random()%800-60, 540 ); -+ Resources::Splash(random()%2)->play(); - } - } - yoffset = -text.get_num_items()*40 + 100; |