mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-24 02:01:17 +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_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",
|
||||
|
@ -4511,6 +4517,8 @@ const char *const MOBJTYPE_LIST[] = { // array length left dynamic for sanity t
|
|||
|
||||
"MT_NAMECHECK",
|
||||
"MT_RAY",
|
||||
|
||||
"MT_OLDK",
|
||||
};
|
||||
|
||||
const char *const MOBJFLAG_LIST[] = {
|
||||
|
|
|
@ -1105,6 +1105,7 @@ static const char *credits[] = {
|
|||
"Paul \"Boinciel\" Clempson",
|
||||
"Sally \"TehRealSalt\" Cochenour",
|
||||
"\"DaJumpJump\"", // New Ringslinger graphics (2.2.14)
|
||||
"\"DeltaSanic\"",
|
||||
"Desmond \"Blade\" DesJardins",
|
||||
"Sherman \"CoatRack\" DesJardins",
|
||||
"\"DirkTheHusky\"",
|
||||
|
|
Loading…
Reference in a new issue