X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=c13a9052a5c72373dd9706e526071562389f0b1e;hp=c5abaa6661cc917ec9fb1ad25687ba624ae512e0;hb=f862f9f1d508e00bccc208e66b1d31a5e530ab3e;hpb=d844c2a3913e1c7d331b080a4a09631e515d9364 diff --git a/advent.h b/advent.h index c5abaa6..c13a905 100644 --- a/advent.h +++ b/advent.h @@ -14,6 +14,7 @@ #define INTRANSITIVE -1 /* illegal object number */ #define SPECIALBASE 300 /* base number of special rooms */ #define WARNTIME 30 /* late game starts at game.limit-this */ +#define PANICTIME 15 /* time left after closing */ typedef long token_t; /* word token - someday this will be char[TOKLEN+1] */ typedef long vocab_t; /* index into a vocabulary array */