summaryrefslogtreecommitdiffstats
path: root/games/adventure/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/init.c')
-rw-r--r--games/adventure/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/init.c b/games/adventure/init.c
index 77a948a..137f3c8 100644
--- a/games/adventure/init.c
+++ b/games/adventure/init.c
@@ -207,7 +207,7 @@ startup()
demo=Start(0);
srand((int)(time((time_t *)NULL))); /* random seed */
- /* srand(371); /* non-random seed */
+ /* srand(371); */ /* non-random seed */
hinted[3]=yes(65,1,0);
newloc=1;
delhit = 0;
OpenPOWER on IntegriCloud