--- deliantra/server/include/god.h 2006/09/03 00:18:41 1.2 +++ deliantra/server/include/god.h 2006/09/08 16:53:57 1.3 @@ -1,7 +1,7 @@ typedef struct glnk : zero_initialised { /* Used to link together the gods */ shstr name; /* name of this god */ - struct archt *arch; /* pointer to the archetype of this god */ + struct archetype *arch; /* pointer to the archetype of this god */ int id; /* id of the god */ shstr pantheon; /* the name of the group this god belongs to */ struct glnk *next;