mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-16 17:51:27 +00:00
Oh boy another real name
This commit is contained in:
parent
0fe06a0089
commit
2cc2b68e38
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…
Reference in a new issue