version 1.1 | | version 1.2 |
---|
| | |
| | |
typedef struct ralnk { /* Used to link the race lists together */ | | typedef struct ralnk { /* Used to link the race lists together */ |
char *name; /* name of this race entry */ | | const char *name; /* name of this race entry */ |
int nrof; /* nrof things belonging to this race */ | | int nrof; /* nrof things belonging to this race */ |
struct oblnk *member; /* linked object list of things belonging to this race */ | | struct oblnk *member; /* linked object list of things belonging to this race */ |
struct ralnk *next; | | struct ralnk *next; |