Difference for include/race.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
   
 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;


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:28