version 1.58 | | version 1.59 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.58 2002/09/18 06:17:20 mwedel Exp $"; | | * "$Id: define.h,v 1.59 2002/10/28 04:39:07 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* decay. */ | | * decay. */ |
#define FLAG_ACTIVATE_ON_PUSH 105 /* connected object is activated when 'pushed' */ | | #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 FLAG_ACTIVATE_ON_RELEASE 106 /* connected object is activated when 'released' */ |
#define NUM_FLAGS 106 /* Should always be equal to the last | | #define FLAG_IS_WATER 107 |
| | #define NUM_FLAGS 107 /* 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 |