version 1.39 | | version 1.40 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: map.h,v 1.39 2006/05/30 07:16:23 mwedel Exp $"; | | * "$Id: map.h,v 1.40 2006/08/12 14:52:15 gros Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
char *tile_path[4]; /* path to adjoining maps */ | | char *tile_path[4]; /* path to adjoining maps */ |
struct mapdef *tile_map[4]; /* Next map, linked list */ | | struct mapdef *tile_map[4]; /* Next map, linked list */ |
char path[HUGE_BUF]; /* Filename of the map */ | | char path[HUGE_BUF]; /* Filename of the map */ |
| | struct timeval last_reset_time; /* A timestamp of the last original map loading */ |
} mapstruct; | | } mapstruct; |
| | |
/* This is used by get_rangevector to determine where the other | | /* This is used by get_rangevector to determine where the other |