version 1.27 | | version 1.28 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: map.h,v 1.27 2005/03/15 21:06:20 ryo_saeba Exp $"; | | * "$Id: map.h,v 1.28 2005/04/16 13:19:30 cavesomething Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
char *longname; /* Official title of the region, this might be defined | | char *longname; /* Official title of the region, this might be defined |
* to be the same as name*/ | | * to be the same as name*/ |
char *msg; /* the description of the region */ | | char *msg; /* the description of the region */ |
| | 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 */ |
} region; | | } region; |