Difference for include/map.h from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_define_h =   * static char *rcsid_define_h =
  *   "$Id: map.h,v 1.11 2001/11/04 20:22:55 michtoen Exp $";   *   "$Id: map.h,v 1.12 2001/11/13 08:14:26 mwedel Exp $";
  */   */
   
 /*  /*
Line 162
 
Line 162
     uint16 difficulty; /* What level the player should be to play here */      uint16 difficulty; /* What level the player should be to play here */
   
     uint8 darkness;    /* indicates level of darkness of map */      uint8 darkness;    /* indicates level of darkness of map */
     uint8 width,height; /* Width and height of map. */      uint16 width,height; /* Width and height of map. */
     uint8 enter_x; /* enter_x and enter_y are default entrance location */      uint16 enter_x; /* enter_x and enter_y are default entrance location */
     uint8 enter_y; /* on the map if none are set in the exit */      uint16 enter_y; /* on the map if none are set in the exit */
     oblinkpt *buttons; /* Linked list of linked lists of buttons */      oblinkpt *buttons; /* Linked list of linked lists of buttons */
     MapSpace *spaces;    /* Array of spaces on this map */      MapSpace *spaces;    /* Array of spaces on this map */
     char    *msg; /* Message map creator may have left */      char    *msg; /* Message map creator may have left */


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

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