From: Eric S. Raymond Date: Thu, 15 Jun 2017 16:20:49 +0000 (-0400) Subject: Comment fix. X-Git-Tag: 1.1~292 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=0d5f9064c70eaef3fe51f0b30284fe4eb946d99b Comment fix. --- diff --git a/score.c b/score.c index 734ea19..a9ab765 100644 --- a/score.c +++ b/score.c @@ -8,7 +8,8 @@ */ void score(enum termination mode) -/* mode is 'report' if scoring, 'quit' if quitting, 'end' if died or won */ +/* mode is 'scoregame' if scoring, 'quitgame' if quitting, 'endgame' if died + * or won */ { long score = 0, mxscor = 0;