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.35 by root, Thu Mar 15 14:59:43 2007 UTC vs.
Revision 1.36 by root, Thu Mar 15 16:25:45 2007 UTC

326 return; 326 return;
327 } 327 }
328 328
329 faces_sent[facenum] = true; 329 faces_sent[facenum] = true;
330 330
331 if (force_image_newmap)
332 force_newmap = true;
333
331 packet sl; 334 packet sl;
332 335
333 sl << (image2 ? "image2 " : "image ") 336 sl << (image2 ? "image2 " : "image ")
334 << uint32 (facenum); 337 << uint32 (facenum);
335 338

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines