version 1.53 | | version 1.54 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.53 2003/04/18 07:39:39 temitchell Exp $"; | | * "$Id: config.h,v 1.54 2003/05/21 07:31:13 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define WATCHDOG | | #define WATCHDOG |
#endif | | #endif |
| | |
| | |
| | /* Enable the new material code - it needs some work. You can |
| | * enable this, and things will work, just you'll see a whole |
| | * bunch more materials show up, and thus a whole bunch more materials |
| | * in your inventory, and the sorting for them isn't really good. |
| | */ |
| | |
| | /* |
| | #define NEW_MATERIAL_CODE |
| | */ |
| | |
/*********************************************************************** | | /*********************************************************************** |
* SECTION 2 - Machine/Compiler specific stuff. | | * SECTION 2 - Machine/Compiler specific stuff. |
* | | * |