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.7 by root, Sat Jan 27 02:19:36 2007 UTC vs.
Revision 1.8 by root, Mon Apr 16 06:23:39 2007 UTC

26 * the objects which correspond to the GODS (type GOD) */ 26 * the objects which correspond to the GODS (type GOD) */
27 27
28void 28void
29init_gods (void) 29init_gods (void)
30{ 30{
31 archetype *at = NULL; 31 LOG (llevDebug, "Initialising gods...\n");
32 32
33 LOG (llevDebug, "Initialising gods...\n");
34 for (at = first_archetype; at != NULL; at = at->next) 33 for (archetype *at = first_archetype; at; at = at->next)
35 if (at->clone.type == GOD) 34 if (at->clone.type == GOD)
36 add_god_to_list (at); 35 add_god_to_list (at);
37 36
38 LOG (llevDebug, "done.\n"); 37 LOG (llevDebug, "done.\n");
39} 38}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines