Merge branch 'brickblockbustin' into 'next'

Brick Block Bustin

See merge request STJr/SRB2!666
This commit is contained in:
James R 2020-01-10 16:02:59 -05:00
commit 0345a32c37

View file

@ -3127,7 +3127,7 @@ nightsdone:
{
// DO THE MARIO!
if (rover->flags & FF_SHATTERBOTTOM) // Brick block!
EV_CrumbleChain(NULL, rover); // node->m_sector
EV_CrumbleChain(node->m_sector, rover);
else // Question block!
EV_MarioBlock(rover, node->m_sector, mo);
}