No longer restricted to 6-character FORTRAN identifiers.
This commit is contained in:
parent
83ff9d0c0e
commit
fa9b6d317f
7 changed files with 49 additions and 49 deletions
2
score.c
2
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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue