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.60 by root, Thu Oct 15 20:12:35 2009 UTC vs.
Revision 1.61 by root, Mon Oct 19 21:48:48 2009 UTC

637 637
638 buf << query_short_name (op); 638 buf << query_short_name (op);
639 639
640 if (QUERY_FLAG (op, FLAG_INV_LOCKED)) 640 if (QUERY_FLAG (op, FLAG_INV_LOCKED))
641 buf << " *"; 641 buf << " *";
642 if (op->type == CONTAINER && ((op->env && op->env->container == op) || (!op->env && QUERY_FLAG (op, FLAG_APPLIED)))) 642 if (op->is_open_container ())
643 buf << " (open)"; 643 buf << " (open)";
644 644
645 if (QUERY_FLAG (op, FLAG_KNOWN_CURSED)) 645 if (QUERY_FLAG (op, FLAG_KNOWN_CURSED))
646 { 646 {
647 if (QUERY_FLAG (op, FLAG_DAMNED)) 647 if (QUERY_FLAG (op, FLAG_DAMNED))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines