mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
f1712f2cd8
commit
1adceb858c
1 changed files with 1 additions and 1 deletions
|
|
@ -3127,7 +3127,7 @@ nightsdone:
|
||||||
{
|
{
|
||||||
// DO THE MARIO!
|
// DO THE MARIO!
|
||||||
if (rover->flags & FF_SHATTERBOTTOM) // Brick block!
|
if (rover->flags & FF_SHATTERBOTTOM) // Brick block!
|
||||||
EV_CrumbleChain(NULL, rover); // node->m_sector
|
EV_CrumbleChain(node->m_sector, rover);
|
||||||
else // Question block!
|
else // Question block!
|
||||||
EV_MarioBlock(rover, node->m_sector, mo);
|
EV_MarioBlock(rover, node->m_sector, mo);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue