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.1 by root, Fri Feb 3 07:12:49 2006 UTC vs.
Revision 1.2 by root, Sun Sep 3 00:18:41 2006 UTC

1typedef struct glnk : zero_initialised
1typedef struct glnk { /* Used to link together the gods */ 2{ /* Used to link together the gods */
2 const char *name; /* name of this god */ 3 shstr name; /* name of this god */
3 struct archt *arch; /* pointer to the archetype of this god */ 4 struct archt *arch; /* pointer to the archetype of this god */
4 int id; /* id of the god */ 5 int id; /* id of the god */
5 const char *pantheon; /* the name of the group this god belongs to */ 6 shstr pantheon; /* the name of the group this god belongs to */
6 struct glnk *next; 7 struct glnk *next;
7} godlink; 8} godlink;
8 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines