mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update sound.cpp
This commit is contained in:
parent
19be42911c
commit
27d3ca7bb9
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue