mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +00:00
We need to include the NUL char
This commit is contained in:
parent
ab39534ef6
commit
0b5069f36c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue