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.47 by root, Thu Jul 12 08:40:14 2007 UTC vs.
Revision 1.48 by root, Thu Jul 12 18:48:20 2007 UTC

306 { 306 {
307 LOG (llevError, "client::send_face (%d) out of bounds??\n", facenum); 307 LOG (llevError, "client::send_face (%d) out of bounds??\n", facenum);
308 return; 308 return;
309 } 309 }
310 310
311 // refuse tos end non-image faces
312 if (d->type)
313 return;
314
311 if (!must_send_face (facenum)) 315 if (!must_send_face (facenum))
312 return; 316 return;
313 317
314 // if for some reason we let a client without face caching connect, 318 // if for some reason we let a client without face caching connect,
315 // we better support that decision here and implement it. 319 // we better support that decision here and implement it.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines