mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Exclude MT_BOXSPARKLE from Mario blocks
This commit is contained in:
parent
3486e12088
commit
22272732f0
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue