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
libSDL_if-0.1.1.tar.bz2
Description: Binary data
