X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=init.c;h=79284d6a7ff7cf490ba83602f99776bd0e167af3;hb=e9aff2568f200be6cf47ec0bd945902a636bbd71;hp=addf41895ab170d5851be9a6983a39c14536e39d;hpb=fa9b6d317f5138c8a4937a14a92acf4b5928545e;p=open-adventure.git diff --git a/init.c b/init.c index addf418..79284d6 100644 --- a/init.c +++ b/init.c @@ -176,7 +176,7 @@ void initialise(void) printf("Initialising...\n"); for (int i = 1; i <= NOBJECTS; i++) { - game.place[i] = NOWHERE; + game.place[i] = LOC_NOWHERE; game.prop[i] = 0; game.link[i + NOBJECTS] = game.link[i] = 0; } @@ -350,7 +350,7 @@ void initialise(void) * game.iwest How many times he's said "west" instead of "w" * game.knfloc 0 if no knife here, loc if knife here, -1 after caveat * game.limit Lifetime of lamp (not set here) - * MAXDIE Number of reincarnation messages available (up to 5) + * maximum_deaths Number of reincarnation messages available (up to 5) * game.numdie Number of times killed so far * game.thresh Next #turns threshhold (-1 if none) * game.trndex Index in TRNVAL of next threshold (db section 14)