version 1.25 | | version 1.26 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: map.h,v 1.25 2004/01/20 14:52:52 tchize Exp $"; | | * "$Id: map.h,v 1.26 2004/02/16 18:05:32 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
| | |
typedef struct wmapdef { | | typedef struct wmapdef { |
char path[HUGE_BUF]; /* Filename of the map */ | | |
char *tmpname; /* Name of temporary file */ | | |
char *name; /* Name of map as given by its creator */ | | |
sint16 temp; /* base temperature of this tile (F) */ | | sint16 temp; /* base temperature of this tile (F) */ |
sint16 pressure; /* barometric pressure (mb) */ | | sint16 pressure; /* barometric pressure (mb) */ |
sint8 humid; /* humitidy of this tile */ | | sint8 humid; /* humitidy of this tile */ |