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

Comparing deliantra/server/server/gods.C (file contents):
Revision 1.41 by root, Wed Dec 31 17:35:37 2008 UTC vs.
Revision 1.42 by root, Wed Dec 31 18:07:41 2008 UTC

1071 if (race) 1071 if (race)
1072 for (godlink *gl = first_god; gl; gl = gl->next) 1072 for (godlink *gl = first_god; gl; gl = gl->next)
1073 if (!strcasecmp (gl->arch->race, race)) 1073 if (!strcasecmp (gl->arch->race, race))
1074 return gl->name; 1074 return gl->name;
1075 1075
1076 return shstr_null; 1076 return shstr_tmp ();
1077} 1077}
1078 1078
1079/** 1079/**
1080 * Changes the attributes of cone, smite, and ball spells as needed by the code. 1080 * Changes the attributes of cone, smite, and ball spells as needed by the code.
1081 * Returns false if there was no race to assign to the slaying field of the spell, but 1081 * Returns false if there was no race to assign to the slaying field of the spell, but

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines