Skip to content
Snippets Groups Projects
Commit 0b5069f3 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

We need to include the NUL char

parent ab39534e
Branches
Tags
1 merge request!488Merge in next and don't billboard papersprites in GL
...@@ -75,7 +75,7 @@ typedef struct ...@@ -75,7 +75,7 @@ typedef struct
char realname[SKINNAMESIZE+1]; // Display name for level completion. char realname[SKINNAMESIZE+1]; // Display name for level completion.
char hudname[SKINNAMESIZE+1]; // HUD name to display (officially exactly 5 characters long) 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 ability; // ability definition
UINT8 ability2; // secondary ability definition UINT8 ability2; // secondary ability definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment