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

Comparing deliantra/server/include/map.h (file contents):
Revision 1.61 by root, Mon Jan 29 14:46:01 2007 UTC vs.
Revision 1.62 by root, Mon Jan 29 15:04:21 2007 UTC

178 * region, if a value isn't defined in the current region 178 * region, if a value isn't defined in the current region
179 * we traverse this series of pointers until it is. 179 * we traverse this series of pointers until it is.
180 */ 180 */
181 char *ACC (RW, longname); /* Official title of the region, this might be defined 181 char *ACC (RW, longname); /* Official title of the region, this might be defined
182 * to be the same as name*/ 182 * to be the same as name*/
183 char *ACC (RW, msg); /* the description of the region */ 183 shstr ACC (RW, msg); /* the description of the region */
184 uint32 ACC (RW, counter); /* A generic counter for holding temporary data. */ 184 uint32 ACC (RW, counter); /* A generic counter for holding temporary data. */
185 sint8 ACC (RW, fallback); /* whether, in the event of a region not existing, 185 sint8 ACC (RW, fallback); /* whether, in the event of a region not existing,
186 * this should be the one we fall back on as the default */ 186 * this should be the one we fall back on as the default */
187 shstr ACC (RW, jailmap); /*where a player that is arrested in this region should be imprisoned. */ 187 shstr ACC (RW, jailmap); /*where a player that is arrested in this region should be imprisoned. */
188 sint16 ACC (RW, jailx), ACC (RW, jaily); /* The coodinates in jailmap to which the player should be sent. */ 188 sint16 ACC (RW, jailx), ACC (RW, jaily); /* The coodinates in jailmap to which the player should be sent. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines