version 1.33 | | version 1.34 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: map.h,v 1.33 2005/11/16 08:16:00 mwedel Exp $"; | | * "$Id: map.h,v 1.34 2006/02/08 01:52:58 cavesomething Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint32 counter; /* A generic counter for holding temporary data. */ | | uint32 counter; /* A generic counter for holding temporary data. */ |
sint8 fallback; /* whether, in the event of a region not existing, | | sint8 fallback; /* whether, in the event of a region not existing, |
* this should be the one we fall back on as the default */ | | * this should be the one we fall back on as the default */ |
| | char *jailmap; /*where a player that is arrested in this region should be imprisoned.*/ |
| | sint16 jailx, jaily; /* The coodinates in jailmap to which the player should be sent. */ |
} region; | | } region; |
| | |
| | |