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.61 by root, Mon Oct 19 21:48:48 2009 UTC vs.
Revision 1.62 by root, Thu Nov 5 15:43:21 2009 UTC

390 buf.printf (newline ? "%s %d\n" : "(%s %+d)", resist_plus[i], op->resist[i]); 390 buf.printf (newline ? "%s %d\n" : "(%s %+d)", resist_plus[i], op->resist[i]);
391 391
392 return buf; 392 return buf;
393} 393}
394 394
395
396/* 395/*
397 * query_weight(object) returns a character pointer to a static buffer 396 * query_weight(object) returns a character pointer to a static buffer
398 * containing the text-representation of the weight of the given object. 397 * containing the text-representation of the weight of the given object.
399 * The buffer will be overwritten by the next call to query_weight(). 398 * The buffer will be overwritten by the next call to query_weight().
400 * 399 *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines