mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-03 06:51:11 +00:00
Fix freeslots + add DeltaSanic to the credits
This commit is contained in:
parent
7b6bf97664
commit
b22c89ed22
2 changed files with 9 additions and 0 deletions
|
@ -3687,6 +3687,12 @@ const char *const STATE_LIST[] = { // array length left dynamic for sanity testi
|
||||||
"S_MARIOBRICKDEBRISM",
|
"S_MARIOBRICKDEBRISM",
|
||||||
|
|
||||||
"S_NAMECHECK",
|
"S_NAMECHECK",
|
||||||
|
|
||||||
|
// LJ Knuckles
|
||||||
|
"S_OLDK_STND",
|
||||||
|
"S_OLDK_DIE0",
|
||||||
|
"S_OLDK_DIE1",
|
||||||
|
"S_OLDK_DIE2",
|
||||||
};
|
};
|
||||||
|
|
||||||
// RegEx to generate this from info.h: ^\tMT_([^,]+), --> \t"MT_\1",
|
// RegEx to generate this from info.h: ^\tMT_([^,]+), --> \t"MT_\1",
|
||||||
|
@ -4511,6 +4517,8 @@ const char *const MOBJTYPE_LIST[] = { // array length left dynamic for sanity t
|
||||||
|
|
||||||
"MT_NAMECHECK",
|
"MT_NAMECHECK",
|
||||||
"MT_RAY",
|
"MT_RAY",
|
||||||
|
|
||||||
|
"MT_OLDK",
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *const MOBJFLAG_LIST[] = {
|
const char *const MOBJFLAG_LIST[] = {
|
||||||
|
|
|
@ -1105,6 +1105,7 @@ static const char *credits[] = {
|
||||||
"Paul \"Boinciel\" Clempson",
|
"Paul \"Boinciel\" Clempson",
|
||||||
"Sally \"TehRealSalt\" Cochenour",
|
"Sally \"TehRealSalt\" Cochenour",
|
||||||
"\"DaJumpJump\"", // New Ringslinger graphics (2.2.14)
|
"\"DaJumpJump\"", // New Ringslinger graphics (2.2.14)
|
||||||
|
"\"DeltaSanic\"",
|
||||||
"Desmond \"Blade\" DesJardins",
|
"Desmond \"Blade\" DesJardins",
|
||||||
"Sherman \"CoatRack\" DesJardins",
|
"Sherman \"CoatRack\" DesJardins",
|
||||||
"\"DirkTheHusky\"",
|
"\"DirkTheHusky\"",
|
||||||
|
|
Loading…
Reference in a new issue