summaryrefslogtreecommitdiff
path: root/games/adventure/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/init.c')
-rw-r--r--games/adventure/init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/adventure/init.c b/games/adventure/init.c
index 9c60994258c..6de5b774b9d 100644
--- a/games/adventure/init.c
+++ b/games/adventure/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.11 2009/10/27 23:59:23 deraadt Exp $ */
+/* $OpenBSD: init.c,v 1.12 2014/12/08 21:56:27 deraadt Exp $ */
/* $NetBSD: init.c,v 1.4 1996/05/21 21:53:05 mrg Exp $ */
/*-
@@ -213,7 +213,6 @@ void
startup(void)
{
demo = Start();
- srandomdev();
hinted[3] = yes(65, 1, 0);
newloc = 1;
delhit = 0;