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.33 by root, Wed Mar 14 16:23:26 2007 UTC vs.
Revision 1.34 by root, Wed Mar 14 18:25:18 2007 UTC

306 { 306 {
307 LOG (llevError, "client::send_image (%d) out of bounds??\n", facenum); 307 LOG (llevError, "client::send_image (%d) out of bounds??\n", facenum);
308 return; 308 return;
309 } 309 }
310 310
311 faces_sent[facenum] = true;
312
311 packet sl; 313 packet sl;
312 314
313 sl << (image2 ? "image2 " : "image ") 315 sl << (image2 ? "image2 " : "image ")
314 << uint32 (facenum); 316 << uint32 (facenum);
315 317

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines