Difference for include/map.h from version 1.39 to 1.40


version 1.39 version 1.40
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 341
 
Line 341
     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


Legend:
line(s) removed in v.1.39 
line(s) changed
 line(s) added in v.1.40

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