mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-21 00:41:24 +00:00
Whitelist record attack, NiGHTS mode and SRB2BACK graphics.
This commit is contained in:
parent
ff57a983d7
commit
18361f5ed7
1 changed files with 6 additions and 0 deletions
|
@ -2481,9 +2481,15 @@ int W_VerifyNMUSlumps(const char *filename, boolean exit_on_error)
|
|||
{"YB_", 3}, // Intermission graphics, goes with the above
|
||||
{"RESULT", 6}, // Used in intermission for competitive modes, above too :3
|
||||
{"RACE", 4}, // Race mode graphics, 321go
|
||||
{"SRB2BACK", 8}, // MP intermission background
|
||||
{"M_", 2}, // Menu stuff
|
||||
{"LT", 2}, // Titlecard changes
|
||||
|
||||
{"RECATK", 6}, // Record Attack menu
|
||||
{"RECCLOCK", 8},
|
||||
{"NTSATK", 6}, // NiGHTS Mode menu
|
||||
{"NTSSONC", 7},
|
||||
|
||||
{"SLID", 4}, // Continue
|
||||
{"CONT", 4},
|
||||
|
||||
|
|
Loading…
Reference in a new issue