version 1.51 | | version 1.52 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.51 2005/03/19 09:14:57 mwedel Exp $"; | | * "$Id: global.h,v 1.52 2005/03/20 22:20:40 majorwoo Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint8 recycle_tmp_maps; /* re-use tmp maps. */ | | uint8 recycle_tmp_maps; /* re-use tmp maps. */ |
uint8 explore_mode; /* explore mode allowed? */ | | uint8 explore_mode; /* explore mode allowed? */ |
uint8 spellpoint_level_depend; /* spell costs go up with level */ | | uint8 spellpoint_level_depend; /* spell costs go up with level */ |
| | char who_format[MAX_BUF]; /* The format that the who command should use */ |
| | char who_wiz_format[MAX_BUF]; /* The format that the who command should use when called by a dm*/ |
char motd[MAX_BUF]; /* name of the motd file */ | | char motd[MAX_BUF]; /* name of the motd file */ |
char dm_mail[MAX_BUF]; /* DM's Email address */ | | char dm_mail[MAX_BUF]; /* DM's Email address */ |
| | |