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

Comparing deliantra/server/common/treasure.C (file contents):
Revision 1.89 by root, Fri Nov 6 13:03:34 2009 UTC vs.
Revision 1.90 by root, Fri Nov 6 13:31:47 2009 UTC

1704 1704
1705 sfree (al); 1705 sfree (al);
1706 } 1706 }
1707} 1707}
1708 1708
1709static void
1710free_all_treasures (void)
1711{
1712 treasurelist *tl, *next;
1713
1714 for (tl = first_treasurelist; tl; tl = next)
1715 {
1716 clear (tl);
1717
1718 next = tl->next;
1719 delete tl;
1720 }
1721
1722 free_artifactlist (first_artifactlist);
1723}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines