Mario brick blocks are likely to always have square sectors dividing seperate bricks, so allow them to be busted individually.

This commit is contained in:
toaster 2020-01-10 11:43:41 +00:00
parent ced5ca81a4
commit 80b801e91e
1 changed files with 1 additions and 1 deletions

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);
}