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.126 by root, Mon Jan 29 15:36:25 2007 UTC vs.
Revision 1.128 by root, Mon Feb 5 01:24:45 2007 UTC

911 * object will have no environment. If the object previously had an 911 * object will have no environment. If the object previously had an
912 * environment, the x and y coordinates will be updated to 912 * environment, the x and y coordinates will be updated to
913 * the previous environment. 913 * the previous environment.
914 */ 914 */
915void 915void
916object::remove_slow () 916object::do_remove ()
917{ 917{
918 object *tmp, *last = 0; 918 object *tmp, *last = 0;
919 object *otmp; 919 object *otmp;
920 920
921 if (QUERY_FLAG (this, FLAG_REMOVED)) 921 if (QUERY_FLAG (this, FLAG_REMOVED))
2578{ 2578{
2579 char flagdesc[512]; 2579 char flagdesc[512];
2580 char info2[256 * 4]; 2580 char info2[256 * 4];
2581 char *p = info; 2581 char *p = info;
2582 2582
2583 p += snprintf (p, 512, "{cnt:%d,uuid:<1,%" PRIx64 ">,name:\"%s\"%s%s,flags:[%s],type:%d}", 2583 p += snprintf (p, 512, "{cnt:%d,uuid:<1.%" PRIx64 ">,name:\"%s\"%s%s,flags:[%s],type:%d}",
2584 count, uuid.seq, 2584 count, uuid.seq,
2585 &name, 2585 &name,
2586 title ? "\",title:\"" : "", 2586 title ? "\",title:\"" : "",
2587 title ? (const char *)title : "", 2587 title ? (const char *)title : "",
2588 flag_desc (flagdesc, 512), type); 2588 flag_desc (flagdesc, 512), type);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines