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

Comparing deliantra/server/common/region.C (file contents):
Revision 1.56 by root, Wed Nov 16 23:41:59 2016 UTC vs.
Revision 1.57 by root, Sun Jan 29 02:47:04 2017 UTC

74 refcnt_dec (); 74 refcnt_dec ();
75} 75}
76 76
77//+GPL 77//+GPL
78 78
79/* 79/*
80 * returns 1 if the player is in the region reg, or a child region thereof 80 * returns 1 if the player is in the region reg, or a child region thereof
81 * otherwise returns 0 81 * otherwise returns 0
82 * if passed a NULL region returns -1 82 * if passed a NULL region returns -1
83 */ 83 */
84static int 84static int
98 98
99 return 0; 99 return 0;
100} 100}
101 101
102/** Returns an object which is an exit through which the player represented by op should be 102/** Returns an object which is an exit through which the player represented by op should be
103 * sent in order to be imprisoned. If there is no suitable place to which an exit can be 103 * sent in order to be imprisoned. If there is no suitable place to which an exit can be
104 * constructed, then NULL will be returned. The caller is responsible for freeing the object 104 * constructed, then NULL will be returned. The caller is responsible for freeing the object
105 * created by this function. 105 * created by this function.
106 */ 106 */
107object * 107object *
108get_jail_exit (object *op) 108get_jail_exit (object *op)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines