From 0b5069f36ce5a58de4a15d38c3c0a8c10bd9a8d5 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Sun, 18 Nov 2018 20:21:15 -0500 Subject: [PATCH] We need to include the NUL char --- src/r_things.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_things.h b/src/r_things.h index 483db7e9..daf5b8ba 100644 --- a/src/r_things.h +++ b/src/r_things.h @@ -75,7 +75,7 @@ typedef struct char realname[SKINNAMESIZE+1]; // Display name for level completion. char hudname[SKINNAMESIZE+1]; // HUD name to display (officially exactly 5 characters long) - char charsel[8], face[8], superface[8]; // Arbitrarily named patch lumps + char charsel[9], face[9], superface[9]; // Arbitrarily named patch lumps UINT8 ability; // ability definition UINT8 ability2; // secondary ability definition