DF General Discussion / Re: Kobold Quest port status?
« on: January 03, 2007, 07:03:00 pm »At the moment it byte-swaps the data coming in to file_compressorst::write_var (and out of read_var) on big-endian machines. However, I'm not sure if what comes out of zlib's compression needs to be fiddled with as well, or if zlib handles that itself.
I don't have access to a big-endian machine so I have no idea what will happen, so it would be handy if someone were to test it.