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