Difference for include/define.h from version 1.57 to 1.58


version 1.57 version 1.58
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_define_h =   * static char *rcsid_define_h =
  *   "$Id: define.h,v 1.57 2002/08/22 12:37:53 jbontje Exp $";   *   "$Id: define.h,v 1.58 2002/09/18 06:17:20 mwedel Exp $";
  */   */
   
 /*  /*
Line 544
 
Line 544
 #define FLAG_OBJ_SAVE_ON_OVL 104 /* this object should be saved on  #define FLAG_OBJ_SAVE_ON_OVL 104 /* this object should be saved on
       * the overlay, and is not subject to        * the overlay, and is not subject to
       * decay. */        * decay. */
 #define NUM_FLAGS 104 /* Should always be equal to the last  #define FLAG_ACTIVATE_ON_PUSH 105 /* connected object is activated when 'pushed' */
   #define FLAG_ACTIVATE_ON_RELEASE 106 /* connected object is activated when 'released' */
   #define NUM_FLAGS 106 /* Should always be equal to the last
       * defined flag.  If you change this,        * defined flag.  If you change this,
       * make sure you update the flag_links        * make sure you update the flag_links
       * in common/loader.l        * in common/loader.l


Legend:
line(s) removed in v.1.57 
line(s) changed
 line(s) added in v.1.58

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