mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Merge branch 'MontyTRC89:develop' into develop
This commit is contained in:
commit
4af4d14db8
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ int GetShatterSound(int shatterID)
|
||||||
if (fxID != NO_VALUE && fxID < NUM_SFX)
|
if (fxID != NO_VALUE && fxID < NUM_SFX)
|
||||||
return fxID;
|
return fxID;
|
||||||
|
|
||||||
return SFX_TR5_SMASH_WOOD;
|
return SFX_TR4_SMASH_ROCK;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PlaySoundSources()
|
void PlaySoundSources()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue