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

Comparing deliantra/server/socket/request.C (file contents):
Revision 1.152 by root, Tue Oct 20 07:18:11 2009 UTC vs.
Revision 1.153 by root, Wed Nov 4 13:46:37 2009 UTC

237 { 237 {
238 *params++ = 0; 238 *params++ = 0;
239 break; 239 break;
240 } 240 }
241 241
242 if (!strcmp (buf, "image_info"))
243 send_image_info (ns, params);
244 else if (!strcmp (buf, "image_sums"))
245 send_image_sums (ns, params);
246 else if (!strcmp (buf, "skill_info")) 242 if (!strcmp (buf, "skill_info"))
247 send_skill_info (ns, params); 243 send_skill_info (ns, params);
248 else if (!strcmp (buf, "spell_paths")) 244 else if (!strcmp (buf, "spell_paths"))
249 send_spell_paths (ns, params); 245 send_spell_paths (ns, params);
250 else 246 else
251 { 247 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines