Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
a290c472
Commit
a290c472
authored
6 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into Travis_CI-gcc8
parents
5a09d44f
0b5069f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!488
Merge in next and don't billboard papersprites in GL
,
!332
WIP: Travis ci gcc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/r_things.h
+1
-1
1 addition, 1 deletion
src/r_things.h
with
1 addition
and
1 deletion
src/r_things.h
+
1
−
1
View file @
a290c472
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment