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.5 by root, Sun Sep 10 16:00:23 2006 UTC vs.
Revision 1.6 by pippijn, Tue Jan 2 23:39:21 2007 UTC

28void 28void
29init_gods (void) 29init_gods (void)
30{ 30{
31 archetype *at = NULL; 31 archetype *at = NULL;
32 32
33 LOG (llevDebug, "Initializing gods..."); 33 LOG (llevDebug, "Initialising gods...\n");
34 for (at = first_archetype; at != NULL; at = at->next) 34 for (at = first_archetype; at != NULL; at = at->next)
35 if (at->clone.type == GOD) 35 if (at->clone.type == GOD)
36 add_god_to_list (at); 36 add_god_to_list (at);
37 37
38 LOG (llevDebug, "done.\n"); 38 LOG (llevDebug, "done.\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines