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.288 by root, Sat Oct 3 22:36:08 2009 UTC vs.
Revision 1.289 by root, Sun Oct 11 05:31:54 2009 UTC

429 return strdup ("[NULLOBJ]"); 429 return strdup ("[NULLOBJ]");
430 430
431 object_freezer freezer; 431 object_freezer freezer;
432 op->write (freezer); 432 op->write (freezer);
433 return freezer.as_string (); 433 return freezer.as_string ();
434}
435
436char *
437object::as_string ()
438{
439 return dump_object (this);
434} 440}
435 441
436/* 442/*
437 * get_nearest_part(multi-object, object 2) returns the part of the 443 * get_nearest_part(multi-object, object 2) returns the part of the
438 * multi-object 1 which is closest to the second object. 444 * multi-object 1 which is closest to the second object.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines