ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/item.C
(Generate patch)

Comparing deliantra/server/socket/item.C (file contents):
Revision 1.24 by root, Sat Dec 16 22:14:42 2006 UTC vs.
Revision 1.25 by root, Tue Dec 19 05:12:52 2006 UTC

504 /* if the item is on the ground, mark that the look needs to 504 /* if the item is on the ground, mark that the look needs to
505 * be updated. 505 * be updated.
506 */ 506 */
507 if (!op->env) 507 if (!op->env)
508 { 508 {
509 pl->contr->socket->update_look = 1; 509 pl->contr->socket->floorbox_update ();
510 return; 510 return;
511 } 511 }
512 } 512 }
513 513
514 packet sl; 514 packet sl;
619 619
620 /* If the high bit is set, player applied a pseudo object. */ 620 /* If the high bit is set, player applied a pseudo object. */
621 if (tag & 0x80000000) 621 if (tag & 0x80000000)
622 { 622 {
623 pl->socket->look_position = tag & 0x7fffffff; 623 pl->socket->look_position = tag & 0x7fffffff;
624 pl->socket->update_look = 1; 624 pl->socket->floorbox_update ();
625 return; 625 return;
626 } 626 }
627 627
628 object *op = esrv_get_ob_from_count (pl->ob, tag); 628 object *op = esrv_get_ob_from_count (pl->ob, tag);
629 629

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines