version 1.56 | | version 1.57 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.56 2003/08/27 00:00:45 temitchell Exp $"; | | * "$Id: config.h,v 1.57 2003/09/13 05:01:32 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* on how the player exited the game. But if the elapsed time is greater than | | * on how the player exited the game. But if the elapsed time is greater than |
* the value below, player will always get returned to savebed location | | * the value below, player will always get returned to savebed location |
* location. | | * location. |
| | * |
| | * Set to one hour as default |
*/ | | */ |
| | |
#define RESET_LOCATION_TIME 0 | | #define RESET_LOCATION_TIME 3600 |
| | |