version 1.19 | | version 1.20 |
---|
| | |
/* | | /* |
* static char *rcsid_object_h = | | * static char *rcsid_object_h = |
* "$Id: object.h,v 1.19 2001/12/03 07:51:40 mwedel Exp $"; | | * "$Id: object.h,v 1.20 2001/12/23 08:17:36 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
sint8 facing; /* Object is oriented/facing that way. */ | | sint8 facing; /* Object is oriented/facing that way. */ |
| | |
uint8 type; /* PLAYER, BULLET, etc. See define.h */ | | uint8 type; /* PLAYER, BULLET, etc. See define.h */ |
uint8 sub_type1; /* sub type definition - this will be send to client too */ | | |
uint32 sub_type2; /* sub type definition2 - this is for internal use */ | | |
| | |
sint16 resist[NROFATTACKS]; /* Resistance adjustments for attacks */ | | sint16 resist[NROFATTACKS]; /* Resistance adjustments for attacks */ |
uint32 attacktype; /* Bitmask of attacks this object does */ | | uint32 attacktype; /* Bitmask of attacks this object does */ |