]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/new.c
(multifire, new): Reseeding the PRNG with the current time is not a
[empserver] / src / lib / commands / new.c
index 7dcbe0428bfb99d0b3799d87ce82da0cfb42ff86..b864d98a1fbcfdcc1edd21dcfc908b68005b2472 100644 (file)
@@ -103,7 +103,6 @@ new(void)
            return RET_SYN;
        }
     } else {
-       srandom(time(NULL));
        for (i = 0; i < 300 && !player->aborted; i++) {
            /* Both x and y should be either odd or even */
            x = (random() % WORLD_X) - (WORLD_X / 2);