X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/bdad20799885211ac4c76bdaef5b027552d6241d..91689c5ef8174cc65e1f3ce31f9869778b2af671:/src/image.h diff --git a/src/image.h b/src/image.h index 2f427d1..9bd41eb 100644 --- a/src/image.h +++ b/src/image.h @@ -14,10 +14,9 @@ struct lbx_colour { }; struct lbx_imginfo { - unsigned int width, height; - unsigned int nframes, loopstart; - int palettesz; - int looping; + unsigned short width, height; + unsigned char nframes, loopstart, chunk; + int palettesz, looping; }; LBX_IMG *lbximg_open(void *f, const struct lbx_file_ops *fops,