diff options
Diffstat (limited to 'src/post/goom/goom_tools.c')
-rw-r--r-- | src/post/goom/goom_tools.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |