iOS Support (#113)

undefined
This commit is contained in:
Brent
2024-01-22 09:22:41 -06:00
committed by GitHub
parent 90a15340b1
commit afe875e4fa
109 changed files with 6523 additions and 1105 deletions

View File

@@ -446,7 +446,7 @@ label_45:
bPlaySound = false;
if (bPlaySound)
m_pLevel->playSound(this, "step." + sound->m_name, sound->field_18 * 0.15f, sound->field_1C);
m_pLevel->playSound(this, "step." + sound->m_name, sound->volume * 0.15f, sound->pitch);
Tile::tiles[tileID]->stepOn(m_pLevel, tileX, tileY, tileZ, this);
}