mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 15:32:33 +00:00
Fixing dehacked.c consistency.
This commit is contained in:
parent
7f86e147f3
commit
37e1fae07d
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
|
||||
"S_GRAVWELLGREEN",
|
||||
"S_GRAVWELLGREEN2",
|
||||
"S_GRAVWELLGREEN3",
|
||||
|
||||
"S_GRAVWELLRED",
|
||||
"S_GRAVWELLRED2",
|
||||
"S_GRAVWELLRED3",
|
||||
|
||||
// Individual Team Rings
|
||||
"S_TEAMRING",
|
||||
|
@ -4701,6 +4696,8 @@ static const char *const STATE_LIST[] = { // array length left dynamic for sanit
|
|||
"S_THUNDERCOIN_ICON1",
|
||||
"S_THUNDERCOIN_ICON2",
|
||||
|
||||
// ---
|
||||
|
||||
"S_ROCKET",
|
||||
|
||||
"S_LASER",
|
||||
|
@ -6080,7 +6077,6 @@ static const char *const STATE_LIST[] = { // array length left dynamic for sanit
|
|||
"S_SHLEEPBOUNCE2",
|
||||
"S_SHLEEPBOUNCE3",
|
||||
|
||||
|
||||
// Secret badniks and hazards, shhhh
|
||||
"S_PENGUINATOR_LOOK",
|
||||
"S_PENGUINATOR_WADDLE1",
|
||||
|
|
Loading…
Reference in a new issue