X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/76e363aa42e94748b34370e7f01aa587e555722c..f4f10a3e2bd1bd7ffda6462edef92d1d8aaebe2f:/src/image.h diff --git a/src/image.h b/src/image.h index 3ef95ab..7f70b43 100644 --- a/src/image.h +++ b/src/image.h @@ -14,7 +14,7 @@ struct lbx_colour { struct lbx_imginfo { unsigned int width, height; unsigned int nframes, loopstart; - int haspalette; + int palettesz; int looping; };