mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-23 23:16:15 +00:00
Fix team spinfire states missing in dehacked.
This commit is contained in:
parent
c11ad8c297
commit
216d282484
1 changed files with 7 additions and 0 deletions
|
|
@ -1505,6 +1505,13 @@ const char *const STATE_LIST[] = { // array length left dynamic for sanity testi
|
|||
"S_SPINFIRE5",
|
||||
"S_SPINFIRE6",
|
||||
|
||||
"S_TEAM_SPINFIRE1",
|
||||
"S_TEAM_SPINFIRE2",
|
||||
"S_TEAM_SPINFIRE3",
|
||||
"S_TEAM_SPINFIRE4",
|
||||
"S_TEAM_SPINFIRE5",
|
||||
"S_TEAM_SPINFIRE6",
|
||||
|
||||
// Spikes
|
||||
"S_SPIKE1",
|
||||
"S_SPIKE2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue