mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
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:
commit
b4809e2e43
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