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


version 1.18 version 1.19
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_h =   * static char *rcsid_object_h =
  *   "$Id: object.h,v 1.18 2001/11/28 04:44:42 michtoen Exp $";   *   "$Id: object.h,v 1.19 2001/12/03 07:51:40 mwedel Exp $";
  */   */
   
 /*  /*
Line 136
 
Line 136
   uint32 hide; /* The object is hidden, not invisible */    uint32 hide; /* The object is hidden, not invisible */
   
 /* lighting code uses these - b.t. */  /* lighting code uses these - b.t. */
 /*  struct oblnk *lights; */  /* list of lights the object carries */  
   signed short glow_radius; /* indicates the glow radius of the object */    signed short glow_radius; /* indicates the glow radius of the object */
   
 /* changes made by kholland@sunlab.cit.cornell.edu */  /* changes made by kholland@sunlab.cit.cornell.edu */
Line 150
 
Line 149
     uint16 animation_id;    /* An index into the animation array */      uint16 animation_id;    /* An index into the animation array */
     uint8 anim_speed, last_anim; /* ticks between animation-frames */      uint8 anim_speed, last_anim; /* ticks between animation-frames */
   living stats;    living stats;
       sint32  elevation; /* elevation of this terrain - not currently used */
   
 #ifdef CASTING_TIME  #ifdef CASTING_TIME
   signed short casting;         /* time left before spell goes off */    signed short casting;         /* time left before spell goes off */


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

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