version 1.19 | | version 1.20 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: map.h,v 1.19 2002/10/28 04:39:07 garbled Exp $"; | | * "$Id: map.h,v 1.20 2002/11/01 07:54:33 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
sint8 winddir; /* direction of wind */ | | sint8 winddir; /* direction of wind */ |
sint8 sky; /* sky conditions */ | | sint8 sky; /* sky conditions */ |
sint32 avgelev; /* average elevation */ | | sint32 avgelev; /* average elevation */ |
| | uint32 rainfall; /* cumulative rainfall */ |
uint8 darkness; /* indicates level of darkness of map */ | | uint8 darkness; /* indicates level of darkness of map */ |
uint8 water; /* 0-100 percentage of water tiles */ | | uint8 water; /* 0-100 percentage of water tiles */ |
} weathermap_t; | | } weathermap_t; |