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

Comparing deliantra/server/socket/image.C (file contents):
Revision 1.50 by root, Tue Jul 24 04:55:34 2007 UTC vs.
Revision 1.51 by root, Tue Jul 24 04:58:25 2007 UTC

67{ 67{
68 int idx = 0, pri = 0; 68 int idx = 0, pri = 0;
69 69
70 sscanf (buf, "%d %d", &idx, &pri); 70 sscanf (buf, "%d %d", &idx, &pri);
71 71
72 //TODO: somehow fetch default priority from send_fx here
73
72 const facedata *d = face_data (idx, ns->faceset); 74 const facedata *d = face_data (idx, ns->faceset);
73 75
74 if (!d) 76 if (!d)
75 return; // doh 77 return; // doh
76 78
292 { 294 {
293 LOG (llevError, "client::send_image (%d) out of bounds??\n", facenum); 295 LOG (llevError, "client::send_image (%d) out of bounds??\n", facenum);
294 return; 296 return;
295 } 297 }
296 298
297 //TODO: check type here?
298
299 if (force_image_newmap) 299 if (force_image_newmap)
300 force_newmap = true; 300 force_newmap = true;
301 301
302 packet sl; 302 packet sl;
303 303

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines