Difference for include/object.h from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_h =   * static char *rcsid_object_h =
  *   "$Id: object.h,v 1.13 2001/10/31 07:00:24 garbled Exp $";   *   "$Id: object.h,v 1.14 2001/11/02 18:39:23 michtoen Exp $";
  */   */
   
 /*  /*
Line 92
 
Line 92
   signed short last_eat; /* How long since we last ate */    signed short last_eat; /* How long since we last ate */
   signed short invisible; /* How much longer the object will be invis */    signed short invisible; /* How much longer the object will be invis */
   unsigned char pick_up;        /* See crossfire.doc */    unsigned char pick_up;        /* See crossfire.doc */
     int anim_enemy_dir;       /* special shadow variable: show dir to targeted enemy */
     int anim_moving_dir;      /* sic: shows moving dir or -1 when object do something else */
   struct obj *owner;  /* Pointer to the object which controls this one */    struct obj *owner;  /* Pointer to the object which controls this one */
                       /* Owner should not be referred to directly - */                        /* Owner should not be referred to directly - */
                       /* get_owner should be used instead. */                        /* get_owner should be used instead. */


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

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