Difference for include/map.h from version 1.23 to 1.24


version 1.23 version 1.24
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_define_h =   * static char *rcsid_define_h =
  *   "$Id: map.h,v 1.23 2003/06/30 19:14:13 tchize Exp $";   *   "$Id: map.h,v 1.24 2003/09/13 05:01:33 mwedel Exp $";
  */   */
   
 /*  /*
Line 133
 
Line 133
 #define P_BLOCKSVIEW 0x01  #define P_BLOCKSVIEW 0x01
 #define P_NO_MAGIC      0x02 /* Spells (some) can't pass this object */  #define P_NO_MAGIC      0x02 /* Spells (some) can't pass this object */
 #define P_NO_PASS       0x04 /* Nothing can pass (wall() is true) */  #define P_NO_PASS       0x04 /* Nothing can pass (wall() is true) */
 #define P_PASS_THRU     0x08 /* */  /*#define P_PASS_THRU     0x08 *//* */
 #define P_IS_ALIVE      0x10 /* something alive is on this space */  #define P_IS_ALIVE      0x10 /* something alive is on this space */
 #define P_NO_CLERIC     0x20 /* no clerical spells cast here */  #define P_NO_CLERIC     0x20 /* no clerical spells cast here */
 #define P_NEED_UPDATE 0x40 /* this space is out of date */  #define P_NEED_UPDATE 0x40 /* this space is out of date */


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

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