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

Comparing deliantra/server/common/holy.C (file contents):
Revision 1.20 by root, Fri Nov 6 12:49:19 2009 UTC vs.
Revision 1.21 by root, Fri Nov 6 13:03:34 2009 UTC

125 return godlnk && godlnk->arch 125 return godlnk && godlnk->arch
126 ? godlnk->arch 126 ? godlnk->arch
127 : 0; 127 : 0;
128} 128}
129 129
130void 130static void
131free_all_god (void) 131free_all_god (void)
132{ 132{
133 godlink *god, *godnext; 133 godlink *god, *godnext;
134 134
135 LOG (llevDebug, "Freeing god information\n"); 135 LOG (llevDebug, "Freeing god information\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines