Fix missing "RINGSNUMTICS" in dehacked.c

This fixes 16/20 of the HUD items in dehacked.c being off by one
(Same case as the MFE_ flags thing)
Also fixes dehacked.c mentioning "LAPS", which doesn't exist
This commit is contained in:
Zwip-Zwap Zapony 2020-01-26 10:53:37 +01:00
parent 242b5b0168
commit ff57802823

View file

@ -9143,6 +9143,7 @@ static const char *const HUDITEMS_LIST[] = {
"RINGS", "RINGS",
"RINGSNUM", "RINGSNUM",
"RINGSNUMTICS",
"SCORE", "SCORE",
"SCORENUM", "SCORENUM",
@ -9162,8 +9163,7 @@ static const char *const HUDITEMS_LIST[] = {
"TIMELEFTNUM", "TIMELEFTNUM",
"TIMEUP", "TIMEUP",
"HUNTPICS", "HUNTPICS",
"POWERUPS", "POWERUPS"
"LAP"
}; };
static const char *const MENUTYPES_LIST[] = { static const char *const MENUTYPES_LIST[] = {