version 1.25 | | version 1.26 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.25 2001/07/14 04:06:50 mwedel Exp $"; | | * "$Id: config.h,v 1.26 2001/12/23 08:17:36 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
#define MAX_TIME 120000 | | #define MAX_TIME 120000 |
| | |
| | /* NEW_WORLD_MAP |
| | * If you have checked out the maps-bigworld directory from CVS, |
| | * enable this define below. The only thing it currently does is |
| | * update the EMERGENCY_... positions to fall properly into scorn on |
| | * the new map. |
| | */ |
| | |
| | /* |
| | #define NEW_WORLD_MAP |
| | */ |
| | |
/* This is a modification to the cone spells. If a cone spell hits | | /* This is a modification to the cone spells. If a cone spell hits |
* a monster, the spell stops progressing (same is true for parties | | * a monster, the spell stops progressing (same is true for parties |
| | |
| | |
#ifdef WIN32 /* change define path city */ | | #ifdef WIN32 /* change define path city */ |
#define EMERGENCY_MAPPATH "\\city\\city" | | #define EMERGENCY_MAPPATH "\\city\\city" |
| | # define EMERGENCY_X 5 |
| | # define EMERGENCY_Y 37 |
| | #else |
| | # ifdef NEW_WORLD_MAP |
| | # define EMERGENCY_MAPPATH "/world/world_105_115" |
| | # define EMERGENCY_X 5 |
| | # define EMERGENCY_Y 37 |
#else | | #else |
#define EMERGENCY_MAPPATH "/city/city" | | #define EMERGENCY_MAPPATH "/city/city" |
#endif | | |
#define EMERGENCY_X 15 | | #define EMERGENCY_X 15 |
#define EMERGENCY_Y 19 | | #define EMERGENCY_Y 19 |
| | # endif |
| | #endif |
| | |
| | |
/* | | /* |