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.45 by root, Thu Sep 14 18:13:01 2006 UTC vs.
Revision 1.46 by root, Thu Sep 14 21:16:11 2006 UTC

1625 remove_ob (tmp); 1625 remove_ob (tmp);
1626 free_object (tmp); 1626 free_object (tmp);
1627 } 1627 }
1628 } 1628 }
1629 1629
1630 tmp1 = arch_to_object (find_archetype (arch_string)); 1630 tmp1 = arch_to_object (archetype::find (arch_string));
1631 1631
1632 tmp1->x = op->x; 1632 tmp1->x = op->x;
1633 tmp1->y = op->y; 1633 tmp1->y = op->y;
1634 insert_ob_in_map (tmp1, op->map, op, 0); 1634 insert_ob_in_map (tmp1, op->map, op, 0);
1635} 1635}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines