More structurization.
[open-adventure.git] / score.c
diff --git a/score.c b/score.c
index 1b3736efc52eac3773db1c8d1c95b0207e9be734..6e0fc5380a1f11920d4d27cac3463c67670836b7 100644 (file)
--- 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. */