--- deliantra/server/include/object.h 2007/06/07 18:58:30 1.133 +++ deliantra/server/include/object.h 2007/06/24 00:33:54 1.134 @@ -248,8 +248,8 @@ UUID ACC (RW, uuid); // Unique Identifier, survives saves etc. int ACC (RO, count); - int ACC (RO, index); // index into objects - int ACC (RO, active); // index into actives + object_vector_index ACC (RO, index); // index into objects + object_vector_index ACC (RO, active); // index into actives player_ptr ACC (RW, contr); /* Pointer to the player which control this object */ @@ -555,7 +555,7 @@ void link (); void unlink (); - int ACC (RW, archid); // index in archvector + object_vector_index ACC (RW, archid); // index in archvector shstr ACC (RW, archname); /* More definite name, like "generate_kobold" */ bool ACC (RW, stub); // if true, this is an invalid archetype uint32 ACC (RW, editable); /* editable flags (mainly for editor) */