Play box land sfc for chests as well

scene_man
En Yi 2023-11-22 21:13:10 +08:00
parent 1311c2f0b7
commit 72235f7522
1 changed files with 1 additions and 1 deletions

View File

@ -1473,7 +1473,7 @@ void state_transition_update_system(Scene_t* scene)
{
play_sfx(scene->engine, BOULDER_LAND_SFX);
}
else if (p_ent->m_tag == CRATES_ENT_TAG)
else if (p_ent->m_tag == CRATES_ENT_TAG || p_ent->m_tag == CHEST_ENT_TAG)
{
play_sfx(scene->engine, WOOD_LAND_SFX);
}