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.17 by root, Thu Dec 14 01:59:10 2006 UTC vs.
Revision 1.18 by root, Thu Dec 14 02:37:37 2006 UTC

114/* Used in the send_look to put object head into packet 114/* Used in the send_look to put object head into packet
115 * sl for socket ns. Need socket to know if we need to send 115 * sl for socket ns. Need socket to know if we need to send
116 * animation of face to the client. 116 * animation of face to the client.
117 */ 117 */
118static void 118static void
119add_object_to_socklist (NewSocket &ns, packet &sl, object *head) 119add_object_to_socklist (client_socket &ns, packet &sl, object *head)
120{ 120{
121 int flags, len, anim_speed; 121 int flags, len, anim_speed;
122 char item_n[MAX_BUF]; 122 char item_n[MAX_BUF];
123 const char *item_p; 123 const char *item_p;
124 124

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines