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.22 by root, Fri Nov 6 13:31:47 2009 UTC vs.
Revision 1.23 by root, Sun Nov 29 10:55:18 2009 UTC

66 LOG (llevDebug, "Adding god %s (%d) to list\n", &god->name, god->id); 66 LOG (llevDebug, "Adding god %s (%d) to list\n", &god->name, god->id);
67#endif 67#endif
68} 68}
69 69
70godlink * 70godlink *
71get_rand_god (void) 71get_rand_god ()
72{ 72{
73 godlink *god = first_god; 73 godlink *god = first_god;
74 int i; 74 int i;
75 75
76 if (god) 76 if (god)
97} 97}
98 98
99/* init_gods() - this takes a look at all of the archetypes to find 99/* init_gods() - this takes a look at all of the archetypes to find
100 * the objects which correspond to the GODS (type GOD) */ 100 * the objects which correspond to the GODS (type GOD) */
101void 101void
102init_gods (void) 102init_gods ()
103{ 103{
104 LOG (llevDebug, "Initialising gods...\n"); 104 LOG (llevDebug, "Initialising gods...\n");
105 105
106 for_all_archetypes (at) 106 for_all_archetypes (at)
107 if (at->type == GOD) 107 if (at->type == GOD)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines