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

Comparing deliantra/server/common/button.C (file contents):
Revision 1.13 by root, Sat Dec 9 16:11:08 2006 UTC vs.
Revision 1.14 by root, Wed Dec 13 03:28:42 2006 UTC

799 if (tmp2->above == NULL) 799 if (tmp2->above == NULL)
800 break; 800 break;
801 801
802 if (tmp2->type != PLAYER) 802 if (tmp2->type != PLAYER)
803 break; 803 break;
804 set_owner (tmp, tmp2); 804 tmp->set_owner (tmp2);
805 SET_FLAG (tmp, FLAG_MONSTER); 805 SET_FLAG (tmp, FLAG_MONSTER);
806 tmp->stats.exp = 0; 806 tmp->stats.exp = 0;
807 SET_FLAG (tmp, FLAG_FRIENDLY); 807 SET_FLAG (tmp, FLAG_FRIENDLY);
808 add_friendly_object (tmp); 808 add_friendly_object (tmp);
809 tmp->attack_movement = PETMOVE; 809 tmp->attack_movement = PETMOVE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines