No longer restricted to 6-character FORTRAN identifiers.

This commit is contained in:
Eric S. Raymond 2017-06-18 21:17:57 -04:00
parent 83ff9d0c0e
commit fa9b6d317f
7 changed files with 49 additions and 49 deletions

View file

@ -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;