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.51 by root, Sun Sep 7 21:31:23 2008 UTC vs.
Revision 1.52 by root, Thu Jan 1 11:41:17 2009 UTC

543 * contain any information about object status (worn/cursed/etc.) 543 * contain any information about object status (worn/cursed/etc.)
544 */ 544 */
545const char * 545const char *
546query_short_name (const object *op) 546query_short_name (const object *op)
547{ 547{
548 if (op->name == 0) 548 if (!op->name)
549 return "(null)"; 549 return "(null)";
550 550
551 if (!op->nrof 551 if (!op->nrof
552 && !op->weight 552 && !op->weight
553 && !op->title 553 && !op->title

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines