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.77 by root, Mon Jan 12 03:40:21 2009 UTC vs.
Revision 1.78 by root, Mon Apr 27 01:38:49 2009 UTC

672 * Tero.Haatanen@lut.fi ] 672 * Tero.Haatanen@lut.fi ]
673 */ 673 */
674static void 674static void
675look_at (player *pl, int dx, int dy) 675look_at (player *pl, int dx, int dy)
676{ 676{
677 dynbuf_text buf; 677 dynbuf_text &buf = msg_dynbuf; buf.clear ();
678 object *ob = pl->ob; 678 object *ob = pl->ob;
679 679
680 if (!pl->observe->map) 680 if (!pl->observe->map)
681 return; 681 return;
682 682

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines