Difference for include/map.h from version 1.34 to 1.35


version 1.34 version 1.35
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_define_h =   * static char *rcsid_define_h =
  *   "$Id: map.h,v 1.34 2006/02/08 01:52:58 cavesomething Exp $";   *   "$Id: map.h,v 1.35 2006/02/19 14:29:14 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 319
 
Line 319
     uint64  shopmin;    /* minimum price a shop will trade for */      uint64  shopmin;    /* minimum price a shop will trade for */
     uint64  shopmax;    /* maximum price a shop will offer */      uint64  shopmax;    /* maximum price a shop will offer */
     char    *msg; /* Message map creator may have left */      char    *msg; /* Message map creator may have left */
       char    *maplore; /* Map lore information */
     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 */
 } mapstruct;  } mapstruct;


Legend:
line(s) removed in v.1.34 
line(s) changed
 line(s) added in v.1.35

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