X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=17ae719d51231dc82430eb6eaec53278e0173123;hp=6d8380738fdc8f48157a8876ce16934dd8266aca;hb=25424a01dbe9a2b3c2c8cd2d9f8412a7bb63da09;hpb=5e39abf730b464b677ed6bab42f9b9983189a1e2 diff --git a/advent.h b/advent.h index 6d83807..17ae719 100644 --- a/advent.h +++ b/advent.h @@ -165,7 +165,7 @@ struct game_t { loc_t dloc[NDWARVES + 1]; // location of dwarves, initially hard-wired in loc_t odloc[NDWARVES + 1]; // prior loc of each dwarf, initially garbage loc_t fixed[NOBJECTS + 1]; // fixed location of object (if not IS_FREE) - long link[NOBJECTS * 2 + 1]; // object-list links + obj_t link[NOBJECTS * 2 + 1]; // object-list links loc_t place[NOBJECTS + 1]; // location of object long hinted[NHINTS]; // hinted[i] = true iff hint i has been used. long hintlc[NHINTS]; // hintlc[i] = how long at LOC with cond bit i