Crosshair fix, no GAMEQUIT

This commit is contained in:
Zippy_Zolton 2020-10-13 16:41:39 -05:00
parent 5d699591c7
commit 6fd226eb29
1 changed files with 1 additions and 2 deletions

View File

@ -2075,7 +2075,6 @@ int W_VerifyNMUSlumps(const char *filename)
{"TRANS", 5}, // Translucency map changes {"TRANS", 5}, // Translucency map changes
{"CONSBACK", 8}, // Console Background graphic {"CONSBACK", 8}, // Console Background graphic
{"GAMEQUIT", 8},
{"SAVE", 4}, // Save Select graphics here and below {"SAVE", 4}, // Save Select graphics here and below
{"BLACXLVL", 8}, {"BLACXLVL", 8},
@ -2093,7 +2092,7 @@ int W_VerifyNMUSlumps(const char *filename)
{"TNYFN", 5}, // Tiny console font changes {"TNYFN", 5}, // Tiny console font changes
{"STLIVE", 6}, // Life graphics, background and the "X" that shows under skin's HUDNAME {"STLIVE", 6}, // Life graphics, background and the "X" that shows under skin's HUDNAME
{"CROSSHAI", 8}, // First person crosshairs {"CROSHAI", 7}, // First person crosshairs
{"INTERSC", 7}, // Default intermission backgrounds (co-op) {"INTERSC", 7}, // Default intermission backgrounds (co-op)
{"STT", 3}, // Acceptable HUD changes (Score Time Rings) {"STT", 3}, // Acceptable HUD changes (Score Time Rings)
{"YB_", 3}, // Intermission graphics, goes with the above {"YB_", 3}, // Intermission graphics, goes with the above