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

Comparing deliantra/server/include/region.h (file contents):
Revision 1.24 by root, Wed Nov 16 23:42:01 2016 UTC vs.
Revision 1.25 by root, Sun Jan 29 02:47:05 2017 UTC

38 */ 38 */
39INTERFACE_CLASS (region) 39INTERFACE_CLASS (region)
40struct region : zero_initialised, attachable 40struct region : zero_initialised, attachable
41{ 41{
42 shstr ACC (RW, name); /* Shortend name of the region as maps refer to it */ 42 shstr ACC (RW, name); /* Shortend name of the region as maps refer to it */
43 region_ptr ACC (RW, parent); /* 43 region_ptr ACC (RW, parent); /*
44 * Pointer to the region that is a parent of the current 44 * Pointer to the region that is a parent of the current
45 * region, if a value isn't defined in the current region 45 * region, if a value isn't defined in the current region
46 * we traverse this series of pointers until it is. 46 * we traverse this series of pointers until it is.
47 */ 47 */
48 shstr ACC (RW, longname); /* Official title of the region, this might be defined 48 shstr ACC (RW, longname); /* Official title of the region, this might be defined

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines