Exclude MT_BOXSPARKLE from Mario blocks

This commit is contained in:
flarn2006 2021-06-26 14:59:56 -04:00
parent 3486e12088
commit 22272732f0

View file

@ -1062,6 +1062,7 @@ static mobj_t *SearchMarioNode(msecnode_t *node)
case MT_HOOPCOLLIDE:
case MT_NIGHTSCORE:
case MT_NAMECHECK: // DEFINITELY not this, because it is client-side.
case MT_BOXSPARKLE:
continue;
default:
break;