X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=score.c;h=a9ab765aed73e90261230c6f08f1a5e12ad853eb;hb=e34bd8acf631dd609b4b05252df3a1ea49e24c9b;hp=734ea196ebad7fae0fc8a9af59dc890895ae07f1;hpb=14486d67d447afc40a3c57362a9e37324992452f;p=open-adventure.git 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;