version 1.11 | | version 1.12 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.11 2000/12/18 07:38:24 cvs Exp $"; | | * "$Id: config.h,v 1.12 2001/01/15 22:33:32 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define TREASURES "treasures" | | #define TREASURES "treasures" |
| | |
| | |
#define DEBUG_TIME /* Enable the 'time command, and it's logs */ | | |
#define MAX_ERRORS 25 /* Bail out if more are received during tick */ | | #define MAX_ERRORS 25 /* Bail out if more are received during tick */ |
#define STARTMAX 500 /* How big array of objects to start with */ | | #define STARTMAX 500 /* How big array of objects to start with */ |
#define OBJ_EXPAND 100 /* How big steps to use when expanding array */ | | #define OBJ_EXPAND 100 /* How big steps to use when expanding array */ |