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",
|
"\1Level Design",
|
||||||
"\"Blitz-T\"",
|
"\"Blitz-T\"",
|
||||||
"\"Chromatian\"",
|
"Jeffery \"Chromatian\" Scott",
|
||||||
"Sean \"Sryder\" Ryder",
|
"Sean \"Sryder\" Ryder",
|
||||||
"\"Blade\"",
|
"\"Blade\"",
|
||||||
"Sherman \"CoatRack\" DesJardin",
|
"Sherman \"CoatRack\" DesJardin",
|
||||||
|
|
|
||||||
|
|
@ -1787,8 +1787,8 @@ static mobj_t *SearchMarioNode(msecnode_t *node)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// Ignore popped monitors, too.
|
// Ignore popped monitors, too.
|
||||||
if (node->m_thing->flags & MF_MONITOR || node->m_thing->type == MT_RANDOMITEM
|
if ((node->m_thing->flags & MF_MONITOR || node->m_thing->type == MT_RANDOMITEM)
|
||||||
&& node->m_thing->threshold == 68)
|
&& node->m_thing->threshold == 68)
|
||||||
continue;
|
continue;
|
||||||
// Okay, we found something valid.
|
// Okay, we found something valid.
|
||||||
if (!thing // take either the first thing
|
if (!thing // take either the first thing
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue