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


version 1.20 version 1.21
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_h =   * static char *rcsid_object_h =
  *   "$Id: object.h,v 1.20 2001/12/23 08:17:36 mwedel Exp $";   *   "$Id: object.h,v 1.21 2002/05/19 03:55:48 mwedel Exp $";
  */   */
   
 /*  /*
Line 66
 
Line 66
  /* If this is an exit, this is the filename */   /* If this is an exit, this is the filename */
 /* These variables are copied by memcpy() in copy_object(): */  /* These variables are copied by memcpy() in copy_object(): */
   sint16 x,y; /* Position in the map for this object */    sint16 x,y; /* Position in the map for this object */
   unsigned char quick_pos; /* quick pos is 255 for single arch, 0 for head */  
                            /* or x/y offset packed to 4 bits */  
                            /* warning: change this when include > 15x15 monster */  
   uint32 update_tag;    /* this is used from map2 update! */   
   sint16 ox,oy; /* For debugging: Where it was last inserted */    sint16 ox,oy; /* For debugging: Where it was last inserted */
   float speed;                  /* The overall speed of this object */    float speed;                  /* The overall speed of this object */
   float speed_left;             /* How much speed is left to spend this round */    float speed_left;             /* How much speed is left to spend this round */
Line 202
 
Line 198
     struct archt *head;     /* The main part of a linked object */      struct archt *head;     /* The main part of a linked object */
     struct archt *more;     /* Next part of a linked object */      struct archt *more;     /* Next part of a linked object */
     object clone;     /* An object from which to do copy_object() */      object clone;     /* An object from which to do copy_object() */
     unsigned long editable; /* editable flags (mainly for editor) */      uint32 editable;     /* editable flags (mainly for editor) */
       sint8   tail_x, tail_y; /* Where the lower right most portion of the object is
         * in comparison to the head.
         */
 } archetype;  } archetype;
   
 extern object *objects;  extern object *objects;


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

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