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

Comparing deliantra/server/common/item.C (file contents):
Revision 1.16 by elmex, Sat Dec 30 21:07:46 2006 UTC vs.
Revision 1.17 by elmex, Wed Jan 3 02:30:51 2007 UTC

933 { 933 {
934 treasure *t; 934 treasure *t;
935 int first = 1; 935 int first = 1;
936 936
937 for (t = op->randomitems->items; t != NULL; t = t->next) 937 for (t = op->randomitems->items; t != NULL; t = t->next)
938 if (t->item && (t->item->clone.type == SPELL)) 938 if (t->item && t->item->clone.type == SPELL)
939 { 939 {
940 if (first) 940 if (first)
941 { 941 {
942 first = 0; 942 first = 0;
943 strcat (retbuf, "(Spell abilities:)"); 943 strcat (retbuf, "(Spell abilities:)");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines