version 1.57 | | version 1.58 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.57 2005/09/21 13:06:12 qal21 Exp $"; | | * "$Id: global.h,v 1.58 2005/10/15 07:07:31 qal21 Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
char *regions; /* name of the regions file - libdir is prepended */ | | char *regions; /* name of the regions file - libdir is prepended */ |
char *treasures; /* location of the treasures file. */ | | char *treasures; /* location of the treasures file. */ |
char *uniquedir; /* directory for the unique items */ | | char *uniquedir; /* directory for the unique items */ |
| | char *templatedir; /* directory for the template map */ |
char *tmpdir; /* Directory to use for temporary files */ | | char *tmpdir; /* Directory to use for temporary files */ |
uint8 stat_loss_on_death; /* If true, chars lose a random stat when they die */ | | uint8 stat_loss_on_death; /* If true, chars lose a random stat when they die */ |
sint16 pk_luck_penalty; /* Amount by which player luck is reduced if they PK */ | | sint16 pk_luck_penalty; /* Amount by which player luck is reduced if they PK */ |