Update sound.cpp

This commit is contained in:
Lwmte 2024-11-24 13:26:51 +01:00
parent 19be42911c
commit 27d3ca7bb9

View file

@ -1088,7 +1088,7 @@ int GetShatterSound(int shatterID)
if (fxID != NO_VALUE && fxID < NUM_SFX)
return fxID;
return SFX_TR5_SMASH_WOOD;
return SFX_TR4_SMASH_ROCK;
}
void PlaySoundSources()