ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/init.C
(Generate patch)

Comparing deliantra/server/server/init.C (file contents):
Revision 1.78 by root, Fri Mar 26 00:59:22 2010 UTC vs.
Revision 1.79 by root, Sun Apr 11 00:34:06 2010 UTC

622 622
623 mon->race = race; 623 mon->race = race;
624 } 624 }
625 625
626 /* if the arch is a monster, add it to the race list */ 626 /* if the arch is a monster, add it to the race list */
627 if (set_list && QUERY_FLAG (mon, FLAG_MONSTER)) 627 if (set_list && mon->flag [FLAG_MONSTER])
628 add_to_racelist (race, mon); 628 add_to_racelist (race, mon);
629 } 629 }
630 } 630 }
631 } 631 }
632 632

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines