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.48 by root, Thu Jul 12 18:48:20 2007 UTC vs.
Revision 1.49 by root, Thu Jul 12 18:48:54 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 faceinfo *f = face_info (facenum);
312
311 // refuse tos end non-image faces 313 // refuse tos end non-image faces
312 if (d->type) 314 if (f->type)
313 return; 315 return;
314 316
315 if (!must_send_face (facenum)) 317 if (!must_send_face (facenum))
316 return; 318 return;
317 319
339 print_facename (sl, *d); 341 print_facename (sl, *d);
340 send_packet (sl); 342 send_packet (sl);
341 343
342 if (EMI_smooth) 344 if (EMI_smooth)
343 { 345 {
344 faceinfo *f = face_info (facenum);
345
346 if (f->smooth) 346 if (f->smooth)
347 { 347 {
348 send_face (f->smooth); 348 send_face (f->smooth);
349 349
350 packet sl ("smooth"); 350 packet sl ("smooth");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines