From 880e06de387646fa3f0efde940d731e71afbbb93 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 21 Nov 2004 15:10:39 +0000 Subject: updated goom to 2k4-dev21 * tweaked somewhat to avoid the bright circle for the first seconds of playback * no idea whether this fixes the AMD64 problems, I have not found anything suspicious CVS patchset: 7143 CVS date: 2004/11/21 15:10:39 --- src/post/goom/goom_tools.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/post/goom/goom_tools.c') diff --git a/src/post/goom/goom_tools.c b/src/post/goom/goom_tools.c index 45bbca3f0..ec7ec1934 100644 --- a/src/post/goom/goom_tools.c +++ b/src/post/goom/goom_tools.c @@ -3,7 +3,6 @@ GoomRandom *goom_random_init(int i) { GoomRandom *grandom = (GoomRandom*)malloc(sizeof(GoomRandom)); - srand (i); grandom->pos = 1; goom_random_update_array(grandom, GOOM_NB_RAND); return grandom; -- cgit v1.2.3