ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/object.h
(Generate patch)

Comparing deliantra/server/include/object.h (file contents):
Revision 1.146 by root, Mon Aug 27 06:29:17 2007 UTC vs.
Revision 1.147 by root, Thu Aug 30 05:37:58 2007 UTC

574 void unlink (); 574 void unlink ();
575 575
576 object_vector_index ACC (RW, archid); // index in archvector 576 object_vector_index ACC (RW, archid); // index in archvector
577 shstr ACC (RW, archname); /* More definite name, like "generate_kobold" */ 577 shstr ACC (RW, archname); /* More definite name, like "generate_kobold" */
578 bool ACC (RW, stub); // if true, this is an invalid archetype 578 bool ACC (RW, stub); // if true, this is an invalid archetype
579 uint32 ACC (RW, editable); /* editable flags (mainly for editor) */
580 579
581 sint8 ACC (RW, min_x), ACC (RW, min_y); /* extents, compared to the head (min_x, min_y should be zero, but aren't...) */ 580 sint8 ACC (RW, min_x), ACC (RW, min_y); /* extents, compared to the head (min_x, min_y should be zero, but aren't...) */
582 sint8 ACC (RW, max_x), ACC (RW, max_y); 581 sint8 ACC (RW, max_x), ACC (RW, max_y);
583}; 582};
584 583

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines