X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=379bb53190e9d0419ea61d1d405658259df0f2e3;hp=63b16ffa0155707543dd67dcd2a49c880df442d9;hb=25077d0b4eb1d6a85140c01092be7203ca64a49c;hpb=64035d00262d3b10c126748be659d22394b7ed3b diff --git a/advent.h b/advent.h index 63b16ff..379bb53 100644 --- a/advent.h +++ b/advent.h @@ -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];