From fca25088c7e1e816beb91661922d436ea31e3e4e Mon Sep 17 00:00:00 2001 From: NepDisk <16447892+NepDisk@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:17:31 -0400 Subject: [PATCH] fix graphic rendering issue with makefiles Thanks Luggy! --- src/r_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_defs.h b/src/r_defs.h index d831aff34..0fbe769e3 100644 --- a/src/r_defs.h +++ b/src/r_defs.h @@ -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;