mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
@@ -40,7 +40,7 @@ bool GameMode::destroyBlock(int x, int y, int z, int i)
|
||||
{
|
||||
m_pMinecraft->m_pSoundEngine->play("step." + pTile->m_pSound->m_name,
|
||||
float(x) + 0.5f, float(y) + 0.5f, float(z) + 0.5f,
|
||||
0.5f * (1.0f + pTile->m_pSound->field_18), 0.8f * pTile->m_pSound->field_1C);
|
||||
0.5f * (1.0f + pTile->m_pSound->volume), 0.8f * pTile->m_pSound->pitch);
|
||||
|
||||
pTile->destroy(pLevel, x, y, z, tileData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user