mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-25 01:12:39 +00:00
Add missing skincolors to dehacked table
This commit is contained in:
parent
2e3ed95338
commit
badb87697c
1 changed files with 14 additions and 1 deletions
|
|
@ -6088,7 +6088,20 @@ const char *COLOR_ENUMS[] = {
|
|||
"CHAOSEMERALD6",
|
||||
"CHAOSEMERALD7",
|
||||
|
||||
"INVINCFLASH"
|
||||
"INVINCFLASH",
|
||||
"POSNUM",
|
||||
"POSNUM_WIN1",
|
||||
"POSNUM_WIN2",
|
||||
"POSNUM_WIN3",
|
||||
"POSNUM_LOSE1",
|
||||
"POSNUM_LOSE2",
|
||||
"POSNUM_LOSE3",
|
||||
"POSNUM_BEST1",
|
||||
"POSNUM_BEST2",
|
||||
"POSNUM_BEST3",
|
||||
"POSNUM_BEST4",
|
||||
"POSNUM_BEST5",
|
||||
"POSNUM_BEST6",
|
||||
};
|
||||
|
||||
const char *const KARTHUD_LIST[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue