Difference for include/map.h from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 63
 
Line 63
 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 */


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:24