Magic-number limination. Improve test coverage.

This commit is contained in:
Eric S. Raymond 2017-06-18 09:44:34 -04:00
parent d363a5c564
commit 937714f31d
7 changed files with 3077 additions and 5 deletions

View file

@ -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 */