ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/god.h
(Generate patch)

Comparing deliantra/server/include/god.h (file contents):
Revision 1.15 by root, Wed Nov 16 23:42:00 2016 UTC vs.
Revision 1.16 by root, Sun Jan 29 02:47:04 2017 UTC

25/* Used to link together the gods */ 25/* Used to link together the gods */
26typedef struct glnk : zero_initialised 26typedef struct glnk : zero_initialised
27{ 27{
28 shstr name; /* name of this god */ 28 shstr name; /* name of this god */
29 arch_ptr arch; /* pointer to the archetype of this god */ 29 arch_ptr arch; /* pointer to the archetype of this god */
30 int id; /* id of the god */ 30 int id; /* id of the god */
31 shstr pantheon; /* the name of the group this god belongs to */ 31 shstr pantheon; /* the name of the group this god belongs to */
32 struct glnk *next; 32 struct glnk *next;
33} godlink; 33} godlink;
34 34

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines