version 1.51 | | version 1.52 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.51 2003/04/05 05:39:48 mwedel Exp $"; | | * "$Id: config.h,v 1.52 2003/04/10 01:26:44 temitchell Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
| | |
#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 15 | | # define EMERGENCY_X 15 |
# define EMERGENCY_Y 19 | | # define EMERGENCY_Y 19 |
| | |
# define EMERGENCY_Y 19 | | # define EMERGENCY_Y 19 |
#endif | | #endif |
| | |
| | /* ---use these values instead for the Bigworld Maps |
| | # define EMERGENCY_MAPPATH "\\world\\world_105_115" |
| | # define EMERGENCY_X 5 |
| | # define EMERGENCY_Y 38 |
| | #else |
| | # define EMERGENCY_MAPPATH "/world/world_105_115" |
| | # define EMERGENCY_X 5 |
| | # define EMERGENCY_Y 38 |
| | #endif |
| | */ |
| | |
/* | | /* |
* These defines tells where, relative to LIBDIR, the maps, the map-index, | | * These defines tells where, relative to LIBDIR, the maps, the map-index, |