Oh boy another real name

This commit is contained in:
TehRealSalt 2018-03-29 14:48:45 -04:00
parent 5958930c24
commit c078b70806
2 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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