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.36 by root, Sun Feb 4 17:51:12 2007 UTC vs.
Revision 1.37 by root, Sat Feb 10 01:52:29 2007 UTC

882 else 882 else
883 new_draw_info (NDI_UNIQUE, 0, op, "You see nothing."); 883 new_draw_info (NDI_UNIQUE, 0, op, "You see nothing.");
884 } 884 }
885} 885}
886 886
887
888
889/** Client wants to look at some object. Lets do so. */ 887/** Client wants to look at some object. Lets do so. */
890void 888void
891LookAt (char *buf, int len, player *pl) 889LookAt (char *buf, int len, player *pl)
892{ 890{
893 int dx, dy; 891 int dx, dy;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines