Merge branch 'dehacked-hud-fix' into 'next'

Fix missing "RINGSNUMTICS" in dehacked.c's HUD items

See merge request STJr/SRB2!733
This commit is contained in:
SteelT 2020-01-28 20:25:07 -05:00
commit 3a6c7e9577
1 changed files with 2 additions and 2 deletions

View File

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