(cherry picked from commit 25787fcebe)
25787fcebe
@ -51,7 +51,7 @@ struct TGA_IMAGEDATA
{
u8 *ID; /* length of this == TGA_FILEHEADER::IDlength */
u8 *ColorMapData; /* -//- */
u8 *Image; /* widthxheigth pixels */
u8 *Image; /* widthxheight pixels */
}PACKED;