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.101 by root, Sat Dec 1 20:22:12 2018 UTC vs.
Revision 1.102 by root, Wed Jun 26 06:52:41 2019 UTC

416 * Seems to be used only by unimportant stuff. Remove? 416 * Seems to be used only by unimportant stuff. Remove?
417 */ 417 */
418const char * 418const char *
419query_weight (const object *op) 419query_weight (const object *op)
420{ 420{
421 static char buf[10]; 421 static char buf[32];
422 sint32 i = op->total_weight (); 422 sint32 i = op->total_weight ();
423 423
424 if (op->weight < 0) 424 if (op->weight < 0)
425 return " "; 425 return " ";
426 426

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines