6 Feb
2007
6 Feb
'07
4:16 a.m.
Why do this? loadfile.c(625): fractinf_len = FRACTAL_INFO_SIZE + (FRACTAL_INFO_SIZE+254)/255; Its almost like the intention is to round up to the next multiple of 255, but that would be this: 255*((FRACTAL_INFO_SIZE + 254)/255) What's the purpose of this line? I'm not getting it. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://www.xmission.com/~legalize/book/download/index.html> Legalize Adulthood! <http://blogs.xmission.com/legalize/>