mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 21:20:54 +00:00
Merge branch 'brickblockbustin' into 'next'
Brick Block Bustin See merge request STJr/SRB2!666
This commit is contained in:
commit
0345a32c37
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…
Reference in a new issue