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

Comparing deliantra/server/common/recipe.C (file contents):
Revision 1.8 by root, Tue Dec 12 20:53:02 2006 UTC vs.
Revision 1.9 by root, Tue Dec 12 21:39:56 2006 UTC

613 if ((at = find_artifactlist (item->type))) 613 if ((at = find_artifactlist (item->type)))
614 for (art = at->items; art; art = art->next) 614 for (art = at->items; art; art = art->next)
615 if (!strcmp (art->item->name, rp->title)) 615 if (!strcmp (art->item->name, rp->title))
616 break; 616 break;
617 617
618 item->destroy (0); 618 item->destroy ();
619 619
620 return art; 620 return art;
621} 621}
622 622
623int 623int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines