No longer restricted to 6-character FORTRAN identifiers.
[open-adventure.git] / score.c
diff --git a/score.c b/score.c
index b80104d8a9bb044e06f61ee950d90bb52c11021a..1bee09b136629594549c8f1c4c26604e3ab69b1a 100644 (file)
--- a/score.c
+++ b/score.c
@@ -78,7 +78,7 @@ long score(enum termination mode)
     mxscor += 45;
 
     /* Did he come to Witt's End as he should? */
-    if (game.place[MAGZIN] == LOC_WITTSEND)
+    if (game.place[MAGAZINE] == LOC_WITTSEND)
         score += 1;
     mxscor += 1;