Charlie Murphy wrote:
> Here's an SDL loader for imagefile. If you are familiar with SDL_image's
> syntax, you shouldn't have any problems.
IF_Load_RW() has an incorrect line.
,-------- needs to be 16
v
h = (hdr[13]<<24) | (hdr[14]<<17) | (hdr[15]<<8) | hdr[16];
Attached is the fixed library.
Charlie Murphy
Received on Fri Aug 08 2014 - 21:59:19 CEST