X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=init.c;h=0e6ae1c0f32ff6f4554fd8c80a604b7a5fe1a474;hb=2deb1b9f7ff8e8e2a1b96fb28344100860b50897;hp=879ea0847797f701bc8359f506b8df88015a0e36;hpb=461575ef4c662f65c1042ced78fbaef6d1af6074;p=open-adventure.git diff --git a/init.c b/init.c index 879ea08..0e6ae1c 100644 --- a/init.c +++ b/init.c @@ -15,13 +15,13 @@ * 12600 words of message text (LINES, LINSIZ). * 885 travel options (TRAVEL, TRVSIZ). * 330 vocabulary words (KTAB, ATAB, TABSIZ). - * 185 locations (LTEXT, STEXT, KEY, COND, abbrev, ATLOC, LOCSND, LOCSIZ). - * 100 objects (PLAC, PLACE, FIXD, FIXED, LINK (TWICE), PTEXT, PROP, + * 185 locations (LTEXT, STEXT, KEY, COND, abbrev, game.atloc, LOCSND, LOCSIZ). + * 100 objects (PLAC, game.place, FIXD, game.fixed, game.link (TWICE), PTEXT, game.prop, * OBJSND, OBJTXT). * 35 "action" verbs (ACTSPK, VRBSIZ). * 277 random messages (RTEXT, RTXSIZ). * 12 different player classifications (CTEXT, CVAL, CLSMAX). - * 20 hints (HINTLC, HINTED, HINTS, HNTSIZ). + * 20 hints (game.hintlc, game.hinted, HINTS, HNTSIZ). * 5 "# of turns" threshholds (TTEXT, TRNVAL, TRNSIZ). * There are also limits which cannot be exceeded due to the structure of * the database. (E.G., The vocabulary uses n/1000 to determine word type, @@ -32,7 +32,7 @@ /* Note: * - the object count limit has been abstracted as NOBJECTS - * - the random message limit has been abstracted as RTXSIZE + * - the random message limit has been abstracted as RTXSIZ * - maximum locations limit has been abstracted as LOCSIZ */ @@ -62,9 +62,9 @@ * If M=100 unconditional, but forbidden to dwarves. * If 100 0)game.thresh=MOD(TRNVAL[1],100000)+1; game.trnluz=0; game.lmwarn=false; - IGO=0; game.iwest=0; game.knfloc=0; game.detail=0;