version 1.3 | | version 1.4 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: map.h,v 1.3 1999/09/18 07:37:03 damn Exp $"; | | * "$Id: map.h,v 1.4 2000/06/06 07:08:00 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
typedef struct mapdef { | | typedef struct mapdef { |
struct mapdef *next; /* Next map, linked list */ | | struct mapdef *next; /* Next map, linked list */ |
object *where; /* What object were used to enter this map */ | | object *where; /* What object were used to enter this map */ |
char path[MAX_BUF]; /* Filename of the map */ | | char path[HUGE_BUF]; /* Filename of the map */ |
char *tmpname; /* Name of temporary file */ | | char *tmpname; /* Name of temporary file */ |
long reset_time; /* When < sec since 1970, load original instead */ | | long reset_time; /* When < sec since 1970, load original instead */ |
sint32 timeout; /* When it reaches 0, the map will be swapped out */ | | sint32 timeout; /* When it reaches 0, the map will be swapped out */ |