fix graphic rendering issue with makefiles

Thanks Luggy!
This commit is contained in:
NepDisk 2024-10-22 13:17:31 -04:00
parent a917a2a713
commit fca25088c7

View file

@ -902,7 +902,7 @@ struct softwarepatch_t
INT16 height;
INT16 leftoffset; // pixels to the left of origin
INT16 topoffset; // pixels below the origin
INT32 columnofs[8]; // only [width] used
INT32 columnofs[]; // only [width] used
// the [0] is &columnofs[width]
} ATTRPACK;