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.332 by root, Thu Apr 22 03:49:13 2010 UTC vs.
Revision 1.333 by root, Thu Apr 22 03:53:40 2010 UTC

484 sum = weight_adjust_for (this, sum); 484 sum = weight_adjust_for (this, sum);
485 485
486 if (sum != carrying) 486 if (sum != carrying)
487 { 487 {
488 if (carrying != sum)//D 488 if (carrying != sum)//D
489 LOG (llevDebug, "updating weight got %ld, expected %ld (%s)\n", 489 LOG (llevDebug, "updating carrying got %ld, expected %ld (%s)\n",
490 (long long)sum, (long long)carrying, debug_desc ()); 490 (long long)sum, (long long)carrying, debug_desc ());
491 491
492 carrying = sum; 492 carrying = sum;
493 493
494 if (object *pl = visible_to ()) 494 if (object *pl = visible_to ())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines