Difference for include/object.h from version 1.19 to 1.20


version 1.19 version 1.20
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 80
 
Line 80
   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 */


Legend:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20

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