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

Comparing deliantra/server/common/object.C (file contents):
Revision 1.180 by root, Wed Aug 15 04:59:46 2007 UTC vs.
Revision 1.181 by elmex, Sun Aug 19 19:34:05 2007 UTC

2600 &name, 2600 &name,
2601 title ? "\",title:\"" : "", 2601 title ? "\",title:\"" : "",
2602 title ? (const char *)title : "", 2602 title ? (const char *)title : "",
2603 flag_desc (flagdesc, 512), type); 2603 flag_desc (flagdesc, 512), type);
2604 2604
2605 if (env) 2605 if (!this->flag[FLAG_REMOVED] && env)
2606 p += snprintf (p, 256, "(in %s)", env->debug_desc (info2)); 2606 p += snprintf (p, 256, "(in %s)", env->debug_desc (info2));
2607 2607
2608 if (map) 2608 if (map)
2609 p += snprintf (p, 256, "(on %s@%d+%d)", &map->path, x, y); 2609 p += snprintf (p, 256, "(on %s@%d+%d)", &map->path, x, y);
2610 2610

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines