Difference for include/define.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: define.h,v 1.11 2000/05/27 06:02:58 cvs Exp $";   *   "$Id: define.h,v 1.12 2000/06/09 12:01:46 jec Exp $";
  */   */
   
 /*  /*
Line 710
 
Line 710
       safe_strcat(retbuf,")", len, maxlen); \        safe_strcat(retbuf,")", len, maxlen); \
     }      }
   
 #define AP_APPLY 1  /* Flags for apply_special() */
 #define AP_UNAPPLY 2  enum apply_flag {
     /* Basic flags, always use one of these */
    AP_NULL = 0,
    AP_APPLY = 1,
    AP_UNAPPLY = 2,
   
           AP_BASIC_FLAGS = 15,
   
     /* Optional flags, for bitwise or with a basic flag */
           AP_NO_MERGE = 16,
    AP_IGNORE_CURSE = 32,
   };
   
 /* Cut off point of when an object is put on the active list or not */  /* Cut off point of when an object is put on the active list or not */
 #define MIN_ACTIVE_SPEED 0.00001  #define MIN_ACTIVE_SPEED 0.00001


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:20