pkgsrc/games/clanbomber/patches/patch-aj

13 lines
337 B
Text

$NetBSD: patch-aj,v 1.1 2001/01/04 01:09:00 wiz Exp $
--- clanbomber/MapEntry.cpp.orig Sun Jan 9 01:34:44 2000
+++ clanbomber/MapEntry.cpp
@@ -385,7 +385,7 @@
int new_pos;
do
{
- new_pos = rand()%max_players;
+ new_pos = random()%max_players;
}while (taken[new_pos]==true);
temp_bomber_pos[new_pos]=bomber_pos[i];