Merge branch 'MontyTRC89:develop' into develop

This commit is contained in:
davidmarr 2024-11-24 13:23:35 +01:00 committed by GitHub
commit 4af4d14db8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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()