summaryrefslogtreecommitdiff
path: root/games/phantasia/gamesupport.c
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/phantasia/gamesupport.c
parent959f20497708ba4bb64bbbeb7561b6cf694316ec (diff)
fixed the "/* in comments" problem.
Diffstat (limited to 'games/phantasia/gamesupport.c')
-rw-r--r--games/phantasia/gamesupport.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/phantasia/gamesupport.c b/games/phantasia/gamesupport.c
index e4742b0f01b..51c26a57740 100644
--- a/games/phantasia/gamesupport.c
+++ b/games/phantasia/gamesupport.c
@@ -50,7 +50,7 @@
/ - another player structure would be necessary to check for names
/ already in use
/
-/************************************************************************/
+*************************************************************************/
changestats(ingameflag)
bool ingameflag;
@@ -510,7 +510,7 @@ BALTER:
/ DESCRIPTION:
/ Read monster file, and print a monster listing on standard output.
/
-/************************************************************************/
+*************************************************************************/
monstlist()
{
@@ -546,7 +546,7 @@ register int count = 0; /* count in file */
/ DESCRIPTION:
/ Read the scoreboard file and print the contents.
/
-/************************************************************************/
+*************************************************************************/
scorelist()
{
@@ -583,7 +583,7 @@ register FILE *fp; /* to open the file */
/ DESCRIPTION:
/ Read player file, and print list of active records to standard output.
/
-/************************************************************************/
+*************************************************************************/
activelist()
{
@@ -620,7 +620,7 @@ activelist()
/ Delete characters which have not been used with the last
/ three weeks.
/
-/************************************************************************/
+*************************************************************************/
purgeoldplayers()
{
@@ -676,7 +676,7 @@ long loc = 0L; /* location in file */
/ if an entry is found, and it is lower than the current player,
/ replace it, otherwise create an entry.
/
-/************************************************************************/
+*************************************************************************/
enterscore()
{