ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/loop.C
(Generate patch)

Comparing deliantra/server/socket/loop.C (file contents):
Revision 1.11 by root, Thu Dec 14 00:01:37 2006 UTC vs.
Revision 1.12 by root, Thu Dec 14 01:12:35 2006 UTC

167 else if (!strcmp (buf, "skill_info")) 167 else if (!strcmp (buf, "skill_info"))
168 send_skill_info (ns, params); 168 send_skill_info (ns, params);
169 else if (!strcmp (buf, "spell_paths")) 169 else if (!strcmp (buf, "spell_paths"))
170 send_spell_paths (ns, params); 170 send_spell_paths (ns, params);
171 else 171 else
172 Write_String_To_Socket (ns, bigbuf, len); 172 ns->send_packet (bigbuf, len);
173} 173}
174 174
175/** 175/**
176 * Handle client input. 176 * Handle client input.
177 * 177 *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines