X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=score.c;h=6e0fc5380a1f11920d4d27cac3463c67670836b7;hp=1b3736efc52eac3773db1c8d1c95b0207e9be734;hb=7e5448e9740f211771262dbd4870aedf88c8f3a4;hpb=c3add5c2066face7535108706bb86dc41971ad9f diff --git a/score.c b/score.c index 1b3736e..6e0fc53 100644 --- a/score.c +++ b/score.c @@ -84,7 +84,7 @@ L20020: MXSCOR=MXSCOR+45; if(HINTED[I])SCORE=SCORE-HINTS[I][2]; } /* end loop */ if(game.novice)SCORE=SCORE-5; - if(CLSHNT)SCORE=SCORE-10; + if(game.clshint)SCORE=SCORE-10; SCORE=SCORE-game.trnluz-game.saved; /* Return to score command if that's where we came from. */