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.233 by root, Tue May 6 18:47:32 2008 UTC vs.
Revision 1.234 by root, Tue May 6 18:47:52 2008 UTC

406 op->update_weight (); 406 op->update_weight ();
407 407
408 sum += op->total_weight (); 408 sum += op->total_weight ();
409 } 409 }
410 410
411 sum = weight_adjust (this, sum); 411 sum = weight_adjust_for (this, sum);
412 412
413 if (sum != carrying) 413 if (sum != carrying)
414 { 414 {
415 carrying = sum; 415 carrying = sum;
416 416

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines