Oh boy another real name

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

View file

@ -489,7 +489,7 @@ static const char *credits[] = {
"",
"\1Level Design",
"\"Blitz-T\"",
"\"Chromatian\"",
"Jeffery \"Chromatian\" Scott",
"Sean \"Sryder\" Ryder",
"\"Blade\"",
"Sherman \"CoatRack\" DesJardin",

View file

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