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
393c64b8
Commit
393c64b8
authored
6 years ago
by
mazmazz
Browse files
Options
Downloads
Plain Diff
Merge branch 'expanded-nmuslist' into 'next'
Expand NMUSList to include HUD changes See merge request
!388
parents
da944734
1b7a9aaa
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!488
Merge in next and don't billboard papersprites in GL
,
!388
Expand NMUSList to include HUD changes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/w_wad.c
+21
-9
21 additions, 9 deletions
src/w_wad.c
with
21 additions
and
9 deletions
src/w_wad.c
+
21
−
9
View file @
393c64b8
...
...
@@ -1681,15 +1681,27 @@ int W_VerifyNMUSlumps(const char *filename)
// ENDOOM text and palette lumps
lumpchecklist_t
NMUSlist
[]
=
{
{
"D_"
,
2
},
{
"O_"
,
2
},
{
"DS"
,
2
},
{
"ENDOOM"
,
6
},
{
"PLAYPAL"
,
7
},
{
"COLORMAP"
,
8
},
{
"PAL"
,
3
},
{
"CLM"
,
3
},
{
"TRANS"
,
5
},
{
"D_"
,
2
},
// MIDI music
{
"O_"
,
2
},
// Digital music
{
"DS"
,
2
},
// Sound effects
{
"ENDOOM"
,
6
},
// ENDOOM text lump
{
"PLAYPAL"
,
7
},
// Palette changes
{
"PAL"
,
3
},
// Palette changes
{
"COLORMAP"
,
8
},
// Colormap changes
{
"CLM"
,
3
},
// Colormap changes
{
"TRANS"
,
5
},
// Translucency map changes
{
"LTFNT"
,
5
},
// Level title font changes
{
"TTL"
,
3
},
// Act number changes
{
"STCFN"
,
5
},
// Console font changes
{
"TNYFN"
,
5
},
// Tiny console font changes
{
"SBO"
,
3
},
// Acceptable HUD changes (Score Time Rings)
{
"RRINGS"
,
6
},
// Rings HUD (not named as SBO)
{
"YB_"
,
3
},
// Intermission graphics, goes with the above
{
"M_"
,
2
},
// As does menu stuff
{
NULL
,
0
},
};
return
W_VerifyFile
(
filename
,
NMUSlist
,
false
);
...
...
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