version 1.18 | | version 1.19 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: map.h,v 1.18 2002/07/15 04:25:40 mwedel Exp $"; | | * "$Id: map.h,v 1.19 2002/10/28 04:39:07 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
sint8 sky; /* sky conditions */ | | sint8 sky; /* sky conditions */ |
sint32 avgelev; /* average elevation */ | | sint32 avgelev; /* average elevation */ |
uint8 darkness; /* indicates level of darkness of map */ | | uint8 darkness; /* indicates level of darkness of map */ |
| | uint8 water; /* 0-100 percentage of water tiles */ |
} weathermap_t; | | } weathermap_t; |
| | |
/* In general, code should always use the macros | | /* In general, code should always use the macros |