ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/race.h
(Generate patch)

Comparing deliantra/server/include/race.h (file contents):
Revision 1.13 by root, Wed Nov 16 23:42:01 2016 UTC vs.
Revision 1.14 by root, Sun Jan 29 02:47:05 2017 UTC

23 */ 23 */
24 24
25/* Used to link the race lists together */ 25/* Used to link the race lists together */
26struct racelink 26struct racelink
27{ 27{
28 shstr name; /* name of this race entry */ 28 shstr name; /* name of this race entry */
29 int nrof; /* nrof things belonging to this race */ 29 int nrof; /* nrof things belonging to this race */
30 objectlink *member; /* linked object list of things belonging to this race */ 30 objectlink *member; /* linked object list of things belonging to this race */
31 racelink *next; 31 racelink *next;
32}; 32};
33 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines