--- deliantra/server/include/map.h 2007/03/12 01:13:10 1.72 +++ deliantra/server/include/map.h 2007/04/14 07:23:00 1.73 @@ -166,7 +166,8 @@ struct region : zero_initialised { shstr ACC (RW, name); /* Shortend name of the region as maps refer to it */ - region *ACC (RW, parent); /* + shstr ACC (RW, match); // a perl regex that matches map paths + region *ACC (RW, parent); /* * Pointer to the region that is a parent of the current * region, if a value isn't defined in the current region * we traverse this series of pointers until it is. @@ -177,8 +178,8 @@ shstr ACC (RW, jailmap); /*where a player that is arrested in this region should be imprisoned. */ int ACC (RW, index); uint32 ACC (RW, counter); /* A generic counter for holding temporary data. */ - sint16 ACC (RW, jailx), ACC (RW, jaily); /* The coodinates in jailmap to which the player should be sent. */ - bool ACC (RW, fallback); /* whether, in the event of a region not existing, + sint16 ACC (RW, jailx), ACC (RW, jaily);/* The coodinates in jailmap to which the player should be sent. */ + bool ACC (RW, fallback); /* whether, in the event of a region not existing, * this should be the one we fall back on as the default */ static region *default_region ();