diff options
Diffstat (limited to 'games/battlestar/init.c')
-rw-r--r-- | games/battlestar/init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/battlestar/init.c b/games/battlestar/init.c index 25e781566a3..e982e3d1aee 100644 --- a/games/battlestar/init.c +++ b/games/battlestar/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.13 2009/10/27 23:59:24 deraadt Exp $ */ +/* $OpenBSD: init.c,v 1.14 2013/08/29 20:22:10 naddy Exp $ */ /* $NetBSD: init.c,v 1.4 1995/03/21 15:07:35 cgd Exp $ */ /* @@ -46,7 +46,6 @@ initialize(const char *filename) puts("First Adventure game written by His Lordship, the honorable"); puts("Admiral D.W. Riggle\n"); location = dayfile; - srandomdev(); username = getutmp(); if (username == NULL) errx(1, "Don't know who you are."); |