LOCSIZ -> NLOCATIONS, finishing limit-name cleanup.

This commit is contained in:
Eric S. Raymond 2017-06-24 10:20:36 -04:00
parent 64035d0026
commit 25077d0b4e
4 changed files with 7 additions and 7 deletions

View file

@ -64,8 +64,8 @@ struct game_t {
bool wzdark; /* whether the loc he's leaving was dark */
long zzword;
bool blooded; /* has player drunk of dragon's blood? */
long abbrev[LOCSIZ + 1];
long atloc[LOCSIZ + 1];
long abbrev[NLOCATIONS + 1];
long atloc[NLOCATIONS + 1];
long dseen[NDWARVES + 1];
long dloc[NDWARVES + 1];
long odloc[NDWARVES + 1];