X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=1f2bd8c893d18c1ef40a0009992b67c1746bef6b;hb=e34bd8acf631dd609b4b05252df3a1ea49e24c9b;hp=6ddbbbe37879fbffda30561eb8421ca6b4622395;hpb=14486d67d447afc40a3c57362a9e37324992452f;p=open-adventure.git diff --git a/advent.h b/advent.h index 6ddbbbe..1f2bd8c 100644 --- a/advent.h +++ b/advent.h @@ -12,7 +12,8 @@ #define MAXPARMS 25 #define INVLIMIT 7 #define INTRANSITIVE -1 /* illegal object number */ -#define SPECIALBASE 300 /* base umber of special rooms */ +#define SPECIALBASE 300 /* base number of special rooms */ +#define WARNTIME 30 /* late game starts at game.limit-this */ typedef long token_t; /* word token - someday this will be char[TOKLEN+1] */ typedef long vocab_t; /* index into a vocabulary array */