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

Comparing deliantra/server/server/c_object.C (file contents):
Revision 1.90 by root, Mon Jan 12 19:12:17 2009 UTC vs.
Revision 1.91 by root, Sat Feb 21 06:25:46 2009 UTC

706 } 706 }
707 707
708 if (op->type == PLAYER && op->contr->last_used == tmp) 708 if (op->type == PLAYER && op->contr->last_used == tmp)
709 op->contr->last_used = tmp->below ? tmp->below 709 op->contr->last_used = tmp->below ? tmp->below
710 : tmp->above ? tmp->above 710 : tmp->above ? tmp->above
711 : 0; 711 : (object *)0;
712 712
713 if (op->container) 713 if (op->container)
714 { 714 {
715 if (op->type == PLAYER) 715 if (op->type == PLAYER)
716 put_object_in_sack (op, op->container, tmp, op->contr->count); 716 put_object_in_sack (op, op->container, tmp, op->contr->count);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines