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

Comparing deliantra/server/common/arch.C (file contents):
Revision 1.23 by root, Thu Sep 14 23:13:48 2006 UTC vs.
Revision 1.24 by root, Sat Sep 16 22:24:12 2006 UTC

545 } 545 }
546 else if (!strcmp ("randomitems", variable)) 546 else if (!strcmp ("randomitems", variable))
547 { 547 {
548 if (at != NULL) 548 if (at != NULL)
549 { 549 {
550 treasurelist *
551 tl = find_treasurelist (argument); 550 treasurelist *tl = find_treasurelist (argument);
552 551
553 if (tl == NULL) 552 if (tl == NULL)
554 LOG (llevError, "Failed to link treasure to arch (%s): %s\n", &at->name, argument); 553 LOG (llevError, "Failed to link treasure to arch (%s): %s\n", &at->name, argument);
555 else 554 else
556 at->clone.randomitems = tl; 555 at->clone.randomitems = tl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines