Difference for include/object.h from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_h =   * static char *rcsid_object_h =
  *   "$Id: object.h,v 1.8 2001/06/13 12:52:07 michtoen Exp $";   *   "$Id: object.h,v 1.9 2001/06/29 05:59:46 mwedel Exp $";
  */   */
   
 /*  /*
Line 55
 
Line 55
   
   tag_t count;         /* Which nr. of object created this is. */    tag_t count;         /* Which nr. of object created this is. */
   uint16 refcount; /* How many objects points to this object */    uint16 refcount; /* How many objects points to this object */
   struct oblnk *sk_list; /* Pointer to linked list of skill objects for this ob*/  
   
 /* These get an extra add_refcount(), after having been copied by memcpy() */  /* These get an extra add_refcount(), after having been copied by memcpy() */
   char *name; /* The name of the object, obviously... */    char *name; /* The name of the object, obviously... */


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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