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.28 by root, Wed Mar 14 00:04:59 2007 UTC vs.
Revision 1.29 by root, Wed Mar 14 00:07:26 2007 UTC

271 // how lame 271 // how lame
272 print_facename (sl, *d); 272 print_facename (sl, *d);
273 } 273 }
274 else 274 else
275 { 275 {
276 fprintf (stderr, "image %d\n", facenum);//D
277 sl << (image2 ? "image2 " : "image ") 276 sl << (image2 ? "image2 " : "image ")
278 << uint32 (facenum); 277 << uint32 (facenum);
279 278
280 if (image2) 279 if (image2)
281 sl << uint8 (0); 280 sl << uint8 (0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines