mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-03 06:33:14 +00:00
Fixing dehacked.c consistency.
This commit is contained in:
parent
05afb28b57
commit
d655359544
1 changed files with 2 additions and 6 deletions
|
|
@ -4391,12 +4391,7 @@ static const char *const STATE_LIST[] = { // array length left dynamic for sanit
|
||||||
|
|
||||||
// Gravity Wells for special stages
|
// Gravity Wells for special stages
|
||||||
"S_GRAVWELLGREEN",
|
"S_GRAVWELLGREEN",
|
||||||
"S_GRAVWELLGREEN2",
|
|
||||||
"S_GRAVWELLGREEN3",
|
|
||||||
|
|
||||||
"S_GRAVWELLRED",
|
"S_GRAVWELLRED",
|
||||||
"S_GRAVWELLRED2",
|
|
||||||
"S_GRAVWELLRED3",
|
|
||||||
|
|
||||||
// Individual Team Rings
|
// Individual Team Rings
|
||||||
"S_TEAMRING",
|
"S_TEAMRING",
|
||||||
|
|
@ -4701,6 +4696,8 @@ static const char *const STATE_LIST[] = { // array length left dynamic for sanit
|
||||||
"S_THUNDERCOIN_ICON1",
|
"S_THUNDERCOIN_ICON1",
|
||||||
"S_THUNDERCOIN_ICON2",
|
"S_THUNDERCOIN_ICON2",
|
||||||
|
|
||||||
|
// ---
|
||||||
|
|
||||||
"S_ROCKET",
|
"S_ROCKET",
|
||||||
|
|
||||||
"S_LASER",
|
"S_LASER",
|
||||||
|
|
@ -6080,7 +6077,6 @@ static const char *const STATE_LIST[] = { // array length left dynamic for sanit
|
||||||
"S_SHLEEPBOUNCE2",
|
"S_SHLEEPBOUNCE2",
|
||||||
"S_SHLEEPBOUNCE3",
|
"S_SHLEEPBOUNCE3",
|
||||||
|
|
||||||
|
|
||||||
// Secret badniks and hazards, shhhh
|
// Secret badniks and hazards, shhhh
|
||||||
"S_PENGUINATOR_LOOK",
|
"S_PENGUINATOR_LOOK",
|
||||||
"S_PENGUINATOR_WADDLE1",
|
"S_PENGUINATOR_WADDLE1",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue