--- deliantra/server/include/god.h 2006/02/03 07:12:49 1.1 +++ deliantra/server/include/god.h 2006/09/08 16:53:57 1.3 @@ -1,8 +1,9 @@ -typedef struct glnk { /* Used to link together the gods */ - const char *name; /* name of this god */ - struct archt *arch; /* pointer to the archetype of this god */ +typedef struct glnk : zero_initialised +{ /* Used to link together the gods */ + shstr name; /* name of this god */ + struct archetype *arch; /* pointer to the archetype of this god */ int id; /* id of the god */ - const char *pantheon; /* the name of the group this god belongs to */ + shstr pantheon; /* the name of the group this god belongs to */ struct glnk *next; } godlink;