Name another magic number.

This commit is contained in:
Eric S. Raymond 2017-06-15 17:34:06 -04:00
parent d2b226b34c
commit ec031b0417
2 changed files with 6 additions and 5 deletions

View file

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