On Fri, 8 Aug 2014 15:59:19 -0400
Charlie Murphy <cmsmurp00_AT_gmail.com> wrote:
> 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.
Hey Charley,
it's really cool to hear you wrote a SDL-loader for the if-format.
I'll check it out tomorrow! Thanks for your hard work and the quick
fix!
Cheers
FRIGN
--
FRIGN <dev_AT_frign.de>
Received on Fri Aug 08 2014 - 22:03:44 CEST