mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Oh boy another real name
This commit is contained in:
parent
5958930c24
commit
c078b70806
2 changed files with 3 additions and 3 deletions
|
|
@ -489,7 +489,7 @@ static const char *credits[] = {
|
|||
"",
|
||||
"\1Level Design",
|
||||
"\"Blitz-T\"",
|
||||
"\"Chromatian\"",
|
||||
"Jeffery \"Chromatian\" Scott",
|
||||
"Sean \"Sryder\" Ryder",
|
||||
"\"Blade\"",
|
||||
"Sherman \"CoatRack\" DesJardin",
|
||||
|
|
|
|||
|
|
@ -1787,8 +1787,8 @@ static mobj_t *SearchMarioNode(msecnode_t *node)
|
|||
break;
|
||||
}
|
||||
// Ignore popped monitors, too.
|
||||
if (node->m_thing->flags & MF_MONITOR || node->m_thing->type == MT_RANDOMITEM
|
||||
&& node->m_thing->threshold == 68)
|
||||
if ((node->m_thing->flags & MF_MONITOR || node->m_thing->type == MT_RANDOMITEM)
|
||||
&& node->m_thing->threshold == 68)
|
||||
continue;
|
||||
// Okay, we found something valid.
|
||||
if (!thing // take either the first thing
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue