version 1.70 | | version 1.71 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.70 2006/03/07 18:46:25 cavesomething Exp $"; | | * "$Id: config.h,v 1.71 2006/04/06 16:58:09 cavesomething Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
#define HIGHSCORE_LENGTH 1000 /* How many entries there are room for */ | | #define HIGHSCORE_LENGTH 1000 /* How many entries there are room for */ |
| | |
#define ARCHTABLE 5003 /* Used when hashing archetypes */ | | #define ARCHTABLE 8192 /* Used when hashing archetypes */ |
#define MAXSTRING 20 | | #define MAXSTRING 20 |
| | |
#define COMMAND_HASH_SIZE 107 /* If you change this, delete all characters :) */ | | #define COMMAND_HASH_SIZE 107 /* If you change this, delete all characters :) */ |