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.49 by root, Fri Apr 25 11:40:34 2008 UTC vs.
Revision 1.50 by root, Wed Apr 30 05:06:36 2008 UTC

1386 } 1386 }
1387 1387
1388 /* If the object is on a map, make sure we update its face */ 1388 /* If the object is on a map, make sure we update its face */
1389 if (op->map) 1389 if (op->map)
1390 update_object (op, UP_OBJ_CHANGE); 1390 update_object (op, UP_OBJ_CHANGE);
1391
1391 else if (object *pl = op->visible_to ()) 1392 if (object *pl = op->visible_to ())
1392 /* A lot of the values can change from an update - might as well send 1393 /* A lot of the values can change from an update - might as well send
1393 * it all. 1394 * it all.
1394 */ 1395 */
1395 esrv_send_item (pl, op); 1396 esrv_send_item (pl, op);
1396} 1397}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines