Difference for common/object.c from version 1.18 to 1.19


version 1.18 version 1.19
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.18 2001/03/29 07:46:49 mwedel Exp $";   *   "$Id: object.c,v 1.19 2001/04/06 00:44:50 michtoen Exp $";
  */   */
   
 /*  /*
Line 29
 
Line 29
 /* Eneq(@csd.uu.se): Added weight-modifiers in environment of objects.  /* Eneq(@csd.uu.se): Added weight-modifiers in environment of objects.
    sub/add_weight will transcend the environment updating the carrying     sub/add_weight will transcend the environment updating the carrying
    variable. */     variable. */
   #include <global.h>
   #ifndef WIN32 // ---win32 exclude headers
 #include <stdio.h>  #include <stdio.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/uio.h>  #include <sys/uio.h>
 #include <global.h>  #endif // win32
 #include <object.h>  #include <object.h>
 #include <funcpoint.h>  #include <funcpoint.h>
 #include <skills.h>   #include <skills.h>


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 17:15