summaryrefslogtreecommitdiff
path: root/games/adventure
diff options
context:
space:
mode:
authorfn <fn@cvs.openbsd.org>1996-05-26 07:23:15 +0000
committerfn <fn@cvs.openbsd.org>1996-05-26 07:23:15 +0000
commit637bb72c923267f485c490f395cf06fe32574c30 (patch)
treebe8b57e67e5823e7ad5c6ec61a3763a373f04417 /games/adventure
parent959f20497708ba4bb64bbbeb7561b6cf694316ec (diff)
fixed the "/* in comments" problem.
Diffstat (limited to 'games/adventure')
-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 e16daa943a9..7526a567586 100644
--- a/games/adventure/init.c
+++ b/games/adventure/init.c
@@ -214,7 +214,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;