mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 07:52:22 +00:00
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:
parent
242b5b0168
commit
ff57802823
1 changed files with 2 additions and 2 deletions
|
|
@ -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[] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue