X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=inline;f=advent.h;h=379bb53190e9d0419ea61d1d405658259df0f2e3;hb=25077d0b4eb1d6a85140c01092be7203ca64a49c;hp=c1fc79bad8aecd0edb1a0741a835b13074e0021b;hpb=3a93b2b5f08351c3e87d4f41c5c61273c42e9420;p=open-adventure.git diff --git a/advent.h b/advent.h index c1fc79b..379bb53 100644 --- a/advent.h +++ b/advent.h @@ -64,16 +64,16 @@ 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]; long fixed[NOBJECTS + 1]; long link[NOBJECTS * 2 + 1]; long place[NOBJECTS + 1]; - long hinted[HINT_COUNT]; - long hintlc[HINT_COUNT]; + long hinted[NHINTS]; + long hintlc[NHINTS]; long prop[NOBJECTS + 1]; };