--- deliantra/server/include/object.h 2006/09/12 01:09:53 1.30 +++ deliantra/server/include/object.h 2006/09/12 01:26:07 1.31 @@ -101,7 +101,7 @@ * This is typically the container that the object is in. */ struct object *ACC (RW, more); /* Pointer to the rest of a large body of objects */ - struct object *ACC (RW, head); /* Points to the main object of a large body */ + struct object *head; /* Points to the main object of a large body */ // NO ACC, perl semantics are different struct mapstruct *ACC (RW, map); /* Pointer to the map in which this object is present */ };