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.7 by root, Thu Sep 14 22:34:05 2006 UTC vs.
Revision 1.8 by root, Sat Sep 16 22:24:13 2006 UTC

700look_at (object *op, int dx, int dy) 700look_at (object *op, int dx, int dy)
701{ 701{
702 object *tmp; 702 object *tmp;
703 int flag = 0; 703 int flag = 0;
704 sint16 x, y; 704 sint16 x, y;
705 mapstruct *m; 705 maptile *m;
706 706
707 x = op->x + dx; 707 x = op->x + dx;
708 y = op->y + dy; 708 y = op->y + dy;
709 709
710 if (out_of_map (op->map, x, y)) 710 if (out_of_map (op->map, x, y))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines