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.264 by root, Mon Nov 12 03:14:32 2012 UTC vs.
Revision 1.265 by root, Wed Nov 14 05:21:10 2012 UTC

882 MTH object *instance (); 882 MTH object *instance ();
883 883
884 MTH void post_load_check (); // do some adjustments after parsing 884 MTH void post_load_check (); // do some adjustments after parsing
885 885
886 object_vector_index ACC (RW, archid); // index in archvector 886 object_vector_index ACC (RW, archid); // index in archvector
887 shstr ACC (RW, archname); /* More definite name, like "generate_kobold" */ 887 shstr ACC (RW, archname); /* More definite name, like "generate_kobold" */
888 888
889 sint8 ACC (RW, max_x); /* extents, compared to the head (min_x, min_y should be zero, but aren't...) */ 889 sint8 ACC (RW, max_x); /* extents, compared to the head (min_x, min_y should be zero, but aren't...) */
890 890
891 // support for archetype loading 891 // support for archetype loading
892 static archetype *read (object_thawer &f); 892 static archetype *read (object_thawer &f);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines