version 1.57 | | version 1.58 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#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 |